File: .gitignore

package info (click to toggle)
pep517 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 376 kB
  • sloc: python: 1,388; makefile: 12; sh: 5
file content (9 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
6
7
8
9
__pycache__/
*.pyc
/dist/
.tox
.pytest_cache
doc/_build/
*.egg-info/
.coverage
htmlcov/