summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 96b216795d28892a815e5b27cfc0e807e7d188c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.coverage
*.pyc
/Pycco.egg-info
build/*
dist/*
docs/*
/tags

.cache
.hypothesis
.ropeproject

.DS_Store

.tox