# Build & distribution
dist/
build/
*.egg-info/

# Virtual environments
.venv/
venv/

# Python cache
__pycache__/
*.py[cod]

# Test & coverage
.pytest_cache/
.coverage
htmlcov/

# Tooling
.mypy_cache/
.ruff_cache/
