File: .gitignore

package info (click to toggle)
python-dunamai 1.25.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: python: 3,645; sh: 7; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
__pycache__/
.cache/
.coverage
.coverage.*
.env/
.idea/
.mypy_cache/
.pytest_cache/
.tox/
.venv/
*.egg-info/
/setup.py
build/
dist/
htmlcov/
pip-wheel-metadata/
# Used by github codespaces
pythonenv*/