summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4be52a09ed9df64ca12dd1f7c496162bd7d6ebd3 (plain)
1
2
3
4
5
6
7
8
9
*.egg-info/
*.pyc
.cache/
.tox/
build/
dist/
docs/_build/

.vscode/