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