From 257f2e1837f8eec1493b2f17e0f8fae9db6d3bc1 Mon Sep 17 00:00:00 2001 From: Seth Johnson Date: Fri, 17 Jul 2026 17:30:53 -0400 Subject: [PATCH] chore: gitignore local CLAUDE.md CLAUDE.md is a personal, machine-local AI-assistant context file (like a .claude.local.md). Ignore it so contributors' local context files aren't committed to the shared repo. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ad1bf5a..53b5e25 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ # dex task state .dex/ +# AI assistant local context (personal, not shared) +CLAUDE.md + # OS .DS_Store Thumbs.db