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