From 779dddbd9b879c7612597d52abc5cfcfa7c126ea Mon Sep 17 00:00:00 2001 From: Ariel Yahav Date: Wed, 19 Aug 2026 13:42:13 +0100 Subject: [PATCH] chore: gitignore CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CLAUDE.md is a local working file here, not something the repo wants to carry — it is untracked today and there is no reason for it to be committed by accident. Also terminates the file with a newline, since the last line had to be touched anyway. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20103b5f51..3e6f667b03 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,7 @@ node_modules/ .kube # Helm -*.tgz \ No newline at end of file +*.tgz + +# AI coding assistants +CLAUDE.md