summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: fda631396b3e9d14e01a171208771556a64c3784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
*.egg-info/
*.pyc
*~
.cache
.mypy_cache/
/MANIFEST
/dist/
__pycache__/
build
.idea/
*venv/