summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f5661164f75421fb2d43a4db35af25a954e67c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# syntax: glob
bin
build
dist
include
lib
distribute.egg-info
setuptools.egg-info
.coverage
.eggs
.tox
*.egg
*.py[cod]
*.swp
*~
.hg*
.cache
.pytest_cache/