summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f323719d271c7b3e09d231979ec8ef8947e78745 (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
parts
.coverage
htmlcov/