Skip to content
Merged
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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ __pycache__/
*.bak
*.orig

# Claude Code worktrees. `git worktree add` with a relative path creates the
# new checkout inside whichever worktree is current, so without this an entire
# second copy of the repository — carrying its own .claude/worktrees/ — becomes
# untracked content on the branch being worked on, waiting for the next
# `git add -A`. Only worktrees/ is ignored: anything else under .claude/ stays
# visible, so settings or agents can be tracked deliberately if that is wanted.
.claude/worktrees/

# ---- Large local artifacts never meant for git ----
ISOs/
software/
Expand Down