summaryrefslogtreecommitdiff
path: root/.gitignore
blob: aa19a479b1dc1ed4f445a0970568e97dcbfd6760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.pyc
*.so
*.dll
__pycache__
src/*.egg-info

.installed.cfg
.tox
bin/
build/
develop-eggs/
eggs/
parts/
dist/
.coverage
htmlcov/
docs/_build/