# Python garbage
*.pyc
*.egg-info
build/
dist/
_build/

# Mac OS X garbage
.DS_Store

# PyDev garbage
.tmp*

.idea/

# Tox
.tox
