summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 60f90063b1241b0f92de16355a0befd22bef3cfd (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[co]
.hypothesis/