/scripts/outputs/
/.idea
/metadata/
/cache/
/scripts/predictions/
/scripts/**/*.xlsx
/scripts/**/*.pkl
/scripts/**/*.pth
/outputs/
/src/srforge.egg-info/
/src/metadata/
/srforge.egg-info/
/dist/
/build/
__pycache__/
/docs/site/
/.claude/
.coverage

# Graphify SHA256 cache for incremental rebuilds — local-only, regenerated on demand.
# The committed graph.json / graph.html / GRAPH_REPORT.md stay in graphify-out/.
/graphify-out/cache/

# Per-machine interpreter path written by graphify's tooling so its hooks
# don't need to re-detect the right env. Local-only.
/graphify-out/.graphify_python

# Claude Code MCP server registration with an absolute path to the
# panta-rhei conda env's python.exe — per-machine config. Each
# contributor configures their own copy by editing the path.
/.mcp.json

# Raw Leiden community snapshot used by the viewer's Meta⇄Raw toggle.
# Regenerated on every post_graphify.py run; embedded into graph.html
# inline, so the sidecar itself isn't load-bearing.
/graphify-out/.graphify_raw_view.json
