summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4aea829652ad92f05ceca12b66c0f85fcaa93cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build/
dist/
coverage/
/.tox/
/docs/_build/
/docs/draft/
/docs/_static/
*.egg-info/
/.coverage
/.hgtags
/.hgignore
__pycache__/
nosetests.xml
*.pyc
*~