summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 43fa7935992de58cbc0ca2c50becf576e770b852 (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/