From 5dfc8b80346452ed5221295456b31fa5ee1fb2a3 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Fri, 3 Jul 2026 23:50:43 -0500 Subject: [PATCH] chore: ignore .worktrees for agent isolation --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 341a22f..db2fe82 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ scripts/sync-prod.ps1 # Design handoff bundle (reference only, not committed) .design-tmp/ + +# Git worktrees (local agent isolation) +.worktrees/