chore: gitignore .claude/ session state

Accidentally committed .claude/scheduled_tasks.lock in the previous
commit. Untrack it and add .claude/ to .gitignore so local Claude Code
session state does not leak into the repo.
This commit is contained in:
hsiegeln
2026-04-25 00:21:07 +02:00
parent 8c77db02ac
commit ad8312b7f0
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -22,6 +22,9 @@ Thumbs.db
# Brainstorming / visual companion previews
.superpowers/
# Claude Code session state (local tooling)
.claude/
# Logs
*.log
npm-debug.log*