From 3acbbabcc4fedb2265e0eaf9bda2b43811e3cfb1 Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Thu, 7 May 2026 11:52:35 +0200 Subject: [PATCH] chore: stop tracking .claude/scheduled_tasks.lock The lock is harness runtime state; it must not be committed. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 242e02f..9b4d6a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .codex .vscode/ -artifacts/ \ No newline at end of file +artifacts/.claude/scheduled_tasks.lock