File: .gitignore

package info (click to toggle)
pdudaemon 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 464 kB
  • sloc: python: 3,318; sh: 50; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dist/
.idea/
*.egg-info/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# (linter) caches
#  ruff
.ruff_cache
#  mypy
.mypy_cache/
.dmypy.json
dmypy.json
#  pytest
.pytest_cache/