summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4f4f6b941b2cf5ef35c1aabc8055edcb2f9f46e3 (plain)
1
2
3
4
5
6
7
8
9
*.egg-info
*.py[co]
/.coverage
/.mypy_cache
/.pytest_cache
/.tox
/dist
/venv*
.vscode/