File: .gitignore

package info (click to toggle)
python-debianbts 2.8.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • sloc: python: 582; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 66 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
*.py[co]
__pycache__/

build/
dist/
*.egg-info/

.coverage

venv/