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