# Local configuration and generated output
config.toml
plan.md

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

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# OS
.DS_Store

# Not committed: this is an application installed from source, not a
# reproducible deployment. Pinning here would freeze contributors to one
# resolution of the dependency tree.
uv.lock
