From d2e7d240a054fd9d3e300792d17db2fc32e81434 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Sat, 11 Jul 2026 13:10:14 +0100 Subject: [PATCH] Git ignores CLAUDE.local.md file This allows a file that will be automatically picked up by Claude. It can either be a copy of a CLAUDE.md, or a one line file pointing to a shared common file. i.e. @~/.claude/conventions-ifcopenshell.md (cherry picked from commit b9deb9c63d223935e2420019f839404a3117f000) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d769107759..cd25f0f3a6 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,7 @@ src/ifcopenshell-python/ifcopenshell/express/*.exp.cache.dat # temp files from AI coding tools *.claude +CLAUDE.local.md *.py.tmp* *.json.tmp*