# ignore setuptool's temp files
*.egg-info/
build/
dist/

# ignore python's temp files
*.pyc

# ignore tox envs
.tox/

# ignore common virtualenv folders
venv/
venv27/
venv32/
venv33/
.venv/

# ignore sphinx temp files
docs/_build
