From 1a7f35dac6902ecbf368c604e9c8cbb16999799d Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 11 Jul 2026 22:35:36 -0700 Subject: [PATCH] chore: ignore .orca directory Keep Orca local workspace state out of version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d9d219b282..967989d04c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ coverage/ .hai/ .worktrees/ .factory/ +.orca/ kb.db/ # Stray worktrees accidentally created at the repo root by the executor