__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.DS_Store

# dev-only build artifacts — not shipped (kept on disk for dev, out of the prod repo)
docs/plans/
docs/investigation/
docs/INTERFACES.md
docs/INTERFACES_KEYLESS.md
docs/KEYLESS_REBUILD_PLAN_OUTLINE.md
docs/SPEC.md
docs/enhancements/

# research vault — per-run output/scratch (eval + real runs), never shipped
research/
