From 5d4c049b583f716661989f9bfdf6a3d8ad7b7175 Mon Sep 17 00:00:00 2001 From: DonislawDev Date: Sun, 2 Aug 2026 14:40:41 +0200 Subject: [PATCH] chore(repo): ignore CLAUDE.md alongside the other private dev notes CLAUDE.md is the short entry point a Claude Code session loads by itself: it points at PROJECT_NOTES.md and carries only the rules whose breach is expensive or irreversible. Like the notes it documents, it is a maintainer file and belongs in the private BeanNetworkTester-Doc repo, not in the public tree. Co-Authored-By: Claude Opus 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 958ecd4..22d8002 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ BeanNetworkTester-*.zip # Claude config and dev notes - kept in the private BeanNetworkTester-Doc repo .claude/ +CLAUDE.md PROJECT_NOTES.md HISTORY_NOTES.md