aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0c272d1c74bdee712500ad9fea598adffe2339ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
.idea/
.pytest_cache/