summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1f5a64088561aa269fe3a6101cb30ee371964f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.py[co]
*.egg-info
.*.swp

/.idea/

/dist/
/distribute*.tar.gz
/distribute*.egg

.tox/
.coverage
.coverage.*
.cache/
.pytest_cache/
__pycache__/

/build/
/doc/_build/