# Python stuff
*.pyc

# SCM stuff
.git/
.hg/
.hgignore

# test output
nosetests.xml
.coverage
.tox
.cache/
htmlcov/

# bundling stuff
*.egg
*.egg-info
build/
dist/
env*/

# configuration
.coveragerc
