From ee165e1b578448439772e227f713c950e3768858 Mon Sep 17 00:00:00 2001 From: Francesco Rosciano Date: Thu, 16 Apr 2026 21:19:49 -0700 Subject: [PATCH] chore: ignore .claude/ and CLAUDE.md --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index df42e3c..1134f22 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ __pycache__/ *.pyc dist/ .DS_Store +.claude/ +CLAUDE.md