File: .gitignore

package info (click to toggle)
python-ddt 1.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 785; makefile: 147; sh: 11
file content (13 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.orig
*.pyc
*.swp
build/
dist/
ddt.egg-info/
.coverage
/cover/
/docs/_build/
.tox
.ropeproject
venv/
htmlcov/