Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

# AI
.claude/settings.local.json
CLAUDE.local.md
.mb/
mb/
.devcontainer

# Benchmark fixed opcode counts
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ builtin = "clear,code,usage"
# Version control & tooling, build artifacts, data files, test fixtures, temp files, lock files
skip = [
".devcontainer",
# Local AI memory and notes files (gitignored, may exist as symlinks)
"CLAUDE.local.md",
".mb",
"mb",
".git",
".just",
".venv",
Expand Down
Loading