C0: gitignore .claude/scheduled_tasks.lock

Transient lock file written by the ScheduleWakeup harness tool when
Claude paces its own work between long-running operations. Not config,
not state worth checking in.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-05-11 18:37:29 -07:00
commit fbc1f7720e

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
.claude/settings.local.json .claude/settings.local.json
.claude/agent-memory/ .claude/agent-memory/
.claude/scheduled_tasks.lock
# Python # Python
__pycache__/ __pycache__/