From ee2454ee28e0ac9f1c1cdc2daf346f0a773adfc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Pr=C3=A9?= Date: Thu, 23 Apr 2026 12:56:05 -0700 Subject: [PATCH] chore: Add .claude/ to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d68d93fbd..f5fad22e8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ # For more details, visit the project page: # https://github.com/github/gitignore +# Claude Code +.claude/ + # TypeScript build output *.d.ts *.js