# yigraf runtime state — rebuildable or machine-local, never committed (DESIGN.md R1).
# index/  : embedding index, rebuilt from memory+intent text
# cache/  : SHA256 content-extraction cache
# .local/ : machine-local runtime state — telemetry (usage / last_seen) + the SQLite materialized
#           view (graph.db). The graph is a derived projection of the committed assertion files
#           (mem:059), so it is never committed; the retired committed graph.json is ignored too.
index/
cache/
.local/
graph.json
