syntax: glob

*egg-info/
build/
dist/
env/
venv/
*.pyc
*~
__pycache__/
MANIFEST

# cov: coverage reporter (py.test)
*,cover
.coverage

# Tox enviroments
.tox

# ignore eggs installed in this dir by setup tools
*.egg

tmp/
