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
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Thumbs.db

# Claude Code worktrees
.claude/worktrees/
# ticket-dispatch arc↔governor IPC (BRO-1833) — runtime status a dispatched arc
# writes at each pause; the governor reads it from the worktree. This repo is
# the VPS Life-governor's $WORKDIR, so its arc worktrees are governed here.
# Never a deliverable — the glob covers the file and any .tmp/temp variant so a
# blanket `git add -A` in an arc worktree can never stage it. Mirrors the
# workspace root .gitignore.
.claude/arc-status.json*

# Python
.venv/
Expand Down
Loading