File: .gitignore

package info (click to toggle)
torf 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 988 kB
  • sloc: python: 10,054; makefile: 15; sh: 8
file content (14 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.egg-info/
pypirc

# Pytest cache
.cache
.pytest_cache
.tox

# Virtual environment
venv
.python-version