From fbc1f7720ee4c907112ab2621d5f1966b4a143ad Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 11 May 2026 18:37:29 -0700 Subject: [PATCH] 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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 48c4b97..09e937c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .claude/settings.local.json .claude/agent-memory/ +.claude/scheduled_tasks.lock # Python __pycache__/