summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3bde52c6d451fb70d78f1ee487a1a9cc51651d87 (plain)
1
2
3
4
5
6
7
8
9
.mypy_cache/
.pytest_cache/
__pycache__/
*.egg-info/
*.pyc
.venv/
build/
dist/