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

.installed.cfg
.tox
bin/
build/
develop-eggs/
eggs/
parts/
dist/