File: .gitignore

package info (click to toggle)
python-intbitset 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,432 kB
  • sloc: python: 704; ansic: 438; makefile: 133
file content (14 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.coverage
*.pyc
*.egg-info
dist/
build/
docs/_build/
*.so
.tox
*.egg
*.egg-info.kdev4
*.kdev4
/.python-version
/tmp/
/venv/