File: .gitignore

package info (click to toggle)
python-lia 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 744 kB
  • sloc: python: 2,262; sh: 23; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.coverage
htmlcov/