chore: ignore Claude session state files

Add .claude/session-state.json, .claude/token-checkpoints.json, and
SESSION_CLOSEDOWN_*.md to .gitignore. These are auto-generated session
files that should not be committed.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
TheFlow 2025-10-28 11:29:51 +13:00
parent a96ed3181d
commit a2e8e05eb7

5
.gitignore vendored
View file

@ -59,3 +59,8 @@ build/
tmp/
temp/
*.tmp
# Claude session state files (auto-generated, not committed)
.claude/session-state.json
.claude/token-checkpoints.json
SESSION_CLOSEDOWN_*.md