diff --git a/.gitignore b/.gitignore index be37c065..60b0c7e9 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,10 @@ coverage/ *.tmp *.temp llm-scraper/ + +# Claude Code +.claude/ + +# Test/debug scripts +backend/scripts/test-*.ts +backend/scripts/run-*.ts