File: .gitignore

package info (click to toggle)
python-pipdeptree 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: python: 1,044; sh: 55; makefile: 30
file content (13 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
__pycache__
*~
*.egg-info/
build/
dist/
.tox/
tests/virtualenvs/equimapper/
.coverage
coverage.xml
htmlcov/
.cache/
.pytest_cache/