summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cdc4b6ad762e70457fea89ec44bec8e7b68c41e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
__pycache__/
_build/
build/
dist/
htmlcov/
*.so
.tox/
.cache/
.coverage
*.egg-info/
*.egg
.eggs/
*.py[cdo]
.hypothesis/