# Graphify ignore file (gitignore-style, last-match-wins).
# Paths excluded from knowledge-graph extraction.

# Internal planning artifacts — not part of the public repo's domain content.
docs/superpowers/

# Historical eval reports — point-in-time per-model run snapshots, not domain
# knowledge. The eval datasets (evals/*.jsonl) and the Task module
# (evals/comfyui_mcp_task.py) ARE indexed; only the per-run reports are excluded.
evals/*-report-*.md

# Eval run outputs (.eval logs, intermediate files, large).
logs/

# Build artifacts.
dist/

# Git backup from recovery (temporary).
.git.broken-backup/

# Project-internal automation and agent/runtime config — operational, not domain.
# Keep the grounding rules (.opencode/rules/*.md) indexed: they are durable
# design rationale the graph wants. .opencode/ as a whole is excluded except
# rules/.
.opencode/*
!.opencode/rules/
.github/
.worktrees/
