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
16 changes: 10 additions & 6 deletions .gitignore
Original file line numberDiff line numberDiff line change
Expand Up@@ -135,6 +135,16 @@ auto-save-list
tramp
.\#*

# =============================================================================
# Agent tooling
# =============================================================================

# Local agent state and configuration
.codex/
.pi/
.claude/settings.local.json
.claude/worktrees/

# =============================================================================
# OS
# =============================================================================
Expand DownExpand Up@@ -203,15 +213,9 @@ artifacts/
# Local mise settings
mise.local.toml

# Local Codex app state
.codex/

# Ignore plans for now
architecture/plans

# Claude
.claude/settings.local.json
.claude/worktrees/
rfc.md
.worktrees
.z3-trace
Expand Down
Loading