summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8cfd6f84bae1811f4ccb41dbb0cfacadd520a8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*$py.class
*.egg
*.pyc
*.pyo
*.swp
*~
.*.swp
.tox/
__pycache__/
_build/
build/
dist/
env*/
.coverage
.coverage.*
.cache/
WebOb.egg-info/
pytest*.xml
coverage*.xml
.pytest_cache/