# Python bytecode
*.pyc

# Python packaging
*.egg-info/
__pycache__/
build/

# python3 -m venv venv
venv

# tox
.tox/
