From 9ff6b4a381f3684713c3ccfeeb32b06f40ce9f10 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Tue, 22 Sep 2026 14:09:33 -0500 Subject: [PATCH] Keep .claude out of the Docker build context (#266) Agent worktrees under .claude/worktrees are whole extra checkouts of this repo, and the build context picks them up. .claude is local session state and never belongs in an image. --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 26b9fe0..0771d14 100644 --- a/.dockerignore +++ b/.dockerignore @@ -50,3 +50,6 @@ # Ignore test files /test/ + +# Agent session state — worktrees under .claude/ are whole extra checkouts of this repo +.claude