chore: Ignore test scripts and .claude directory

This commit is contained in:
Kelly
2025-12-14 15:57:27 -07:00
parent 3496be3064
commit bbbd21ba94

7
.gitignore vendored
View File

@@ -51,3 +51,10 @@ coverage/
*.tmp
*.temp
llm-scraper/
# Claude Code
.claude/
# Test/debug scripts
backend/scripts/test-*.ts
backend/scripts/run-*.ts