From 81efdb4c9e916b957efab5897f0b07a41937b5ed Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Fri, 28 Aug 2026 16:47:36 -0700 Subject: [PATCH] Keep .claude out of the Docker build context 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