File: .gitignore

package info (click to toggle)
python-didl-lite 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: python: 1,381; makefile: 6; sh: 5
file content (14 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.pyc
*.egg*
.cache/
.coverage
.idea/
.mypy_cache/
.pytest_cache/
.tox/
coverage*.xml
.venv/
__pycache__
build/
dist/
cov.xml