
# generic
*.tmp
*.swp
*.pyc
*.pyo
*.bak
*.egg-info
*.EGG-INFO
.coverage
.settings
.tox

**/*~


# setuptools
bin/
build/
dist/

