From c89c670b611d89c49d17818f6e7f5e591a85aeb3 Mon Sep 17 00:00:00 2001 From: Trevor Walker Date: Wed, 2 Sep 2026 11:50:23 -0600 Subject: [PATCH] chore: ignore agent scratch directories --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8b03c06bf..faf7e09df 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,9 @@ node_modules/ # Agent worktrees (created by EnterWorktree / git worktree) .claude/worktrees/ + +# Agent scratch output. AGENTS.md keeps working material out of the worktree; +# these are a safety net so a stray `git add -A` cannot commit it. +.jcode/ +.playwright-cli/ .prime/