From 952f24d1af55a7487d04e3010e64d0916c9c6707 Mon Sep 17 00:00:00 2001 From: Willxup Date: Tue, 4 Aug 2026 17:21:31 +0800 Subject: [PATCH] chore: ignore local worktree and agent directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2ba0450..a8c01af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /bin/ /coverage/ /data/ +/.worktrees/ +/.agents/ *.log .DS_Store