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