From b9deb9c63d223935e2420019f839404a3117f000 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a5c719cbb3..656b9d0524 100644 --- a/.gitignore +++ b/.gitignore @@ -127,6 +127,7 @@ src/ifcopenshell-python/ifcopenshell/express/*.exp.cache.dat # temp files from AI coding tools *.claude +CLAUDE.local.md *.py.tmp* *.json.tmp*