From 74e6d0580287a32a2d36a4d748eebc7c77ffd702 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Wed, 15 Apr 2026 12:03:44 +0300 Subject: chore: add .worktrees/ to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2c45e52f..59efc806 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ __pycache__ # os specific .DS_Store + +# git worktrees +.worktrees/ -- cgit v1.2.3