# Python byte-code + caches
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual envs
.venv/
venv/
env/

# Test caches
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
