From 73fa75d9fbe8ebc86ad036b06561c21f3d06e26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=91=E6=9D=B0?= Date: Thu, 9 Apr 2026 21:24:21 +0800 Subject: [PATCH] chore: add .worktrees/ to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9a2904a9..5749b0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Git worktrees +.worktrees/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[codz]