File: .gitignore

package info (click to toggle)
python-edgegrid 1.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 573; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
venv/*
*~
*.egg-info
*.pyc
dist/*
build/*
.coverage
htmlcov/