summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 68f4009d26d156192bdea8dce6934f33d6a603e1 (plain)
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/