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