# Python binary files.
*.pyc
*.pyo

# Setuptools cruft.
/build
/dist
*.egg-info

# Files generated by Python coverage tool.
.coverage
/htmlcov

.idea
.venv
venv
venv27

.tox
.DS_Store
