From a0d66f78c4fd0fd58aebb037e13316aa3b25f6d3 Mon Sep 17 00:00:00 2001 From: Simone Date: Sat, 9 May 2026 21:15:27 +0200 Subject: [PATCH] chore: ignore Claude orchestrator and worktrees temp dirs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 302dd3b..c7b87ea 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,7 @@ $RECYCLE.BIN/ # Temp *.tmp ~$* + +# Copilot Orchestrator temporary files +.orchestrator/ +.worktrees/