# Python cache files
__pycache__/

# Test files
.pytest_cache/
.tox/

# Builds
*.egg-info/
build/
dist/

# Virtual environment
venv/
