From 760c0b4d4d8f664d5aa9b375a0a78e5bcbe89051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 19 Apr 2026 12:00:02 +0200 Subject: [PATCH] Ignore .claude/scheduled_tasks.lock Created by the Claude Code scheduled-wakeup runtime when a dynamic loop is active. Pure ephemeral state; no reason to track it. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04b7ae3..58a8d39 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ playwright-report/ playwright-results.json .claude/worktrees/ .claude/settings.local.json +.claude/scheduled_tasks.lock