summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b48a303da5c5ad551389b0db8096a0e22fe58006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/.idea/
/.vscode/
/env/
/venv/
__pycache__/
*.pyc
*.so
*.egg-info/
/build/
/dist/
/.pytest_cache/
/.tox/
.coverage
.coverage.*
/htmlcov/
/docs/_build/
/.mypy_cache/