# Basic ignores
.idea
.venv
__pycache__
.env

# Docs - WIP / internal (specs and infra are tracked)
docs/

# Claude specific - Dev internals (root only; test fixtures in framework/ are tracked)
/.claude/
.mcp.json
CLAUDE.md

# Bundled ONNX embedding model — fetched by scripts/fetch_bundled_model.py
# (dev-only, not committed; populated on clone and in CI before hatch build)
src/reporails_cli/bundled/models/
