From cec7605c02a60bf18f7ce5fbc9f40cb0e9f8b2e0 Mon Sep 17 00:00:00 2001 From: ZdenekSrotyr Date: Thu, 30 Apr 2026 10:36:09 +0200 Subject: [PATCH] chore: ignore .worktrees/ for local isolated workspaces --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7269248..f37def5 100644 --- a/.gitignore +++ b/.gitignore @@ -137,6 +137,9 @@ docs/datasets/*/schema.yml .audit/ docs/AGENT-REPORTS/ +# Git worktrees +.worktrees/ + # Internal transcripts and meeting notes docs/ZS_PADAK_* .github/workflows/ci.yml