summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4ea74548c6524cb8fa024a0c90b6efc8827f7376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.DS_Store
.idea

*.pyc
*.pyo

*.egg-info
_build
build
dist
MANIFEST

.coverage
.coveragerc
coverage
htmlcov

_cache
_static
_templates

_trial_temp

.tox

TODO