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.
This commit is contained in:
Jeremy Daer
2026-08-28 16:47:36 -07:00
parent 94a48aacb6
commit 81efdb4c9e
+3
View File
@@ -50,3 +50,6 @@
# Ignore test files
/test/
# Agent session state — worktrees under .claude/ are whole extra checkouts of this repo
.claude