File: .gitignore

package info (click to toggle)
python-envparse 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: python: 302; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
*.py[cod]

build
dist
*.egg-info
.tox
.cache
.eggs

# coverage
.coverage
htmlcov