From bf211b78f1c58fc7f7ed67bbbec9bcb6b4e811f0 Mon Sep 17 00:00:00 2001 From: marcellodebernardi Date: Thu, 5 Mar 2026 15:27:01 +0000 Subject: [PATCH 1/2] chore: ignore .claude and .codex directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e77390f9..9a0c55b7 100644 --- a/.gitignore +++ b/.gitignore @@ -202,5 +202,7 @@ experiments/ notebooks/ **/.claude/settings.local.json +.claude/ +.codex/ config.yaml Makefile.local From 3a1f61e89051001b08865ae1061c55f17717063e Mon Sep 17 00:00:00 2001 From: marcellodebernardi Date: Thu, 5 Mar 2026 15:40:00 +0000 Subject: [PATCH 2/2] chore: remove redundant .claude ignore pattern --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a0c55b7..085dbb03 100644 --- a/.gitignore +++ b/.gitignore @@ -201,7 +201,6 @@ examples/datasets/**/_SUCCESS experiments/ notebooks/ -**/.claude/settings.local.json .claude/ .codex/ config.yaml