Skip to content
Open
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: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ htmlcov/
# Private local agent context (canonical context is the tracked AGENTS.md)
CLAUDE.md

# Private agent / tool caches — pinned here so they survive a fresh clone or CI,
# instead of relying on the machine's global excludesfile or a nested .gitignore.
.claude/
.serena/
.superpowers/
.memsearch/
.code-review-graph/
.hypothesis/

# Private research / white-paper working notes (not part of the published repo)
research/

Expand Down
Loading