# byte-compiled
__pycache__/
*.pyc

# distribution / packaging
build/
dist/
*.egg-info/

# unit test / coverage reports
.coverage
coverage.xml
.tox/

# local binaries
bin

# virtual environment
venv
