From d08ce7f6fb237d11bda2313df119f5931fe2a94d Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sun, 22 Feb 2026 21:54:26 -0500 Subject: [PATCH] chore: add .worktrees/ to .gitignore for isolated development --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ce6fb8c..2365a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -161,6 +161,9 @@ FodyWeavers.xsd ## Go reference implementation golang/ +## Git worktrees +.worktrees/ + ## OS .DS_Store Thumbs.db