From fd1a801ddbdb3ea642915c7ad261bdd5a9842cb3 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 15 Apr 2026 13:50:31 +0200 Subject: [PATCH] =?UTF-8?q?Ignore=20.worktrees=20pour=20ex=C3=A9cution=20e?= =?UTF-8?q?n=20worktree=20isol=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs #71 Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff28d7e..4e281be 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ __pycache__ .idea .venv +.worktrees build .env