.tox
*.pyc
*.egg-info
*.egg/
.coverage
.coverage.*
htmlcov
test/pylintrc

# Documentation
nosetests.xml
coverage.xml

# IDE
.idea
*~
build/
dist/
