File: .gitignore

package info (click to toggle)
python-generic 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 360 kB
  • sloc: python: 879; makefile: 126; sh: 2
file content (18 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dist/
generic.egg-info/
docs/_build/
.coverage
.ropeproject
__pycache__
.mypy_cache
cc-test-reporter
htmlcov/
.python-version

# Virtualenv
.venv

# Tox
.tox

.vscode/