From d8768103e0b813867426dda525b1705e8ee20c61 Mon Sep 17 00:00:00 2001 From: delta-cloud-208e Date: Sat, 21 Feb 2026 12:45:00 +0000 Subject: [PATCH] chore: add .entire/, .claude/, CLAUDE.md to .gitignore These are local machine-specific files from entire-claude-setup that should not be in the public repository. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c18dd8d..662c1ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ __pycache__/ +.entire/ +.claude/ +CLAUDE.md