# Python bytecode
*.pyc
*.pyo
__pycache__

# setuptools-generated
*.egg-info/
.eggs/
build/
dist/

# Tox working directory
.tox

# pytest cache directory
.cache/

# Test coverage
.coverage
htmlcov
