From f9dc17cf98ad5e5c84d9617782ca315b4c902708 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 16 Mar 2026 23:06:17 -0700 Subject: [PATCH] chore: add .worktrees/ to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c49777e..cf268a5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__/ *.egg-info/ .pytest_cache/ venv/ +.worktrees/