summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c4b136e559da8ca9ae333d0ac252e70decb1ff87 (plain)
1
2
3
4
5
6
7
8
9
10
11
*.egg-info
*.pyc
*.swp
.cache
.coverage*
.pytest_cache
.tox
__pycache__
build/
dist/
pip-wheel-metadata/