# ============================================================
# .cursorindexingignore — Files excluded from codebase indexing
# only. These files remain accessible to AI features but won't
# appear in @codebase search results. This speeds up indexing
# and reduces noise for BugBot.
# ============================================================

# Large generated or data-heavy files that bloat the index
evals/
tests/fixtures/
tests/compat-fixtures/

# Vendor/third-party code
packages/plugin-hermes/remnic_hermes/

# Template files (not authored logic)
packages/remnic-cli/templates/

# Build tooling configs (low value for code review)
.changeset/
.githooks/

# Scripts that are operational, not core logic
scripts/faiss/
scripts/hooks/

# Python scripts (separate tooling)
scripts/faiss_index.py
scripts/fetch-model-info.py
