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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local credentials must never be committed
config.toml

# Local working notes (plans, lessons) — not project content
tasks/
