Skip to content

chore: ignore graphify-out/ - #17

Merged
Mhemd139 merged 1 commit into
mainfrom
chore/gitignore-graphify
Aug 3, 2026
Merged

chore: ignore graphify-out/#17
Mhemd139 merged 1 commit into
mainfrom
chore/gitignore-graphify

Conversation

@Mhemd139

@Mhemd139 Mhemd139 commented Jul 26, 2026

Copy link
Copy Markdown
Owner

Ran graphify (knowledge-graph tool) over the repo; it writes derived artifacts to graphify-out/. One line so they stay untracked.

graphify-out/ holds graph.json, graph.html (~650 KB), GRAPH_REPORT.md, and an extraction cache — all rebuildable from source.

No other files touched.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated project exclusions to prevent generated knowledge-graph artifacts from appearing in source control.

graphify builds a knowledge graph of the repo into graphify-out/ (graph.json,
graph.html, GRAPH_REPORT.md, extraction cache). Derived artifacts, rebuildable
from source, and the HTML alone is ~650 KB — not baseline material.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a2a961a9-42da-4a2c-a823-012d0353d089

📥 Commits

Reviewing files that changed from the base of the PR and between 0773887 and cdbb294.

📒 Files selected for processing (1)
  • .gitignore

📝 Walkthrough

Walkthrough

The .gitignore file now excludes the graphify-out/ directory and documents it as containing graphify knowledge-graph artifacts.

Changes

Graphify artifact exclusion

Layer / File(s) Summary
Ignore generated output
.gitignore
Adds a comment and rule to exclude graphify-out/ from version control.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding graphify-out/ to .gitignore.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/gitignore-graphify

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Mhemd139
Mhemd139 merged commit bfb57d7 into main Aug 3, 2026
5 checks passed
@Mhemd139
Mhemd139 deleted the chore/gitignore-graphify branch August 3, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant