File: .gitignore

package info (click to toggle)
python-warlock 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 323; makefile: 14; sh: 2
file content (12 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
.venv
build/
dist/
warlock.egg-info/
.tox/
*.swp
*.pyc
.coverage
.pytest_cache/
.python-version
htmlcov/
.vscode/