# Python venv and cache
.venv/
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Test / coverage artefacts
.pytest_cache/
.coverage
htmlcov/

# Type checker cache
.mypy_cache/
.ruff_cache/
