From 51f9a8917189383e095cd7ba5f7c122b5e1ab774 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 27 Jul 2026 15:41:51 +0100 Subject: [PATCH] Gitignore CLAUDE.local.md This is useful while we don't have a committed `CLAUDE.md` file. These are used by Claude Code to understand the project. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1e2937230c..5c3c6641d7 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,6 @@ book/ # Don't include users' poetry configs /poetry.toml + +# Don't include local CLAUDE config +/CLAUDE.local.md