Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ DecompilerTests.config.json
*.trx
# Claude Code local session/skills directory
/.claude/
/.understand-anything
/.understand-anything
# graphify: machine-local extraction caches and resolved interpreter paths.
# The published graph artifacts under /graphify-out/ are tracked; these are not,
# because they key off absolute paths on the machine that ran the extraction.
/graphify-out/cache/
/graphify-out/__pycache__/
/graphify-out/.graphify_*
**/ICSharpCode.Decompiler/graphify-out/
Loading
Loading