Skip to content

Commit 5a0159a

Browse files
rustyconoverclaude
andcommitted
chore: gitignore Claude Code state and editor swap files
.claude/ is per-developer agent state (settings, scheduled-task locks), not project content. *.swp covers vim swap files (.pyproject.toml.swp was sitting in working trees). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 31b2fcd commit 5a0159a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ test-data/v.parquet
2222
# IDE / editor
2323
.vscode/
2424
.idea/
25+
*.swp
26+
27+
# Claude Code agent state
28+
.claude/
2529

2630
# Playwright MCP
2731
.playwright-mcp/

0 commit comments

Comments
 (0)