chore: gitignore tests/.tmp/ and tests/reports/ scratch dirs

This commit is contained in:
Jannis Braun
2026-05-03 23:07:22 +02:00
parent 35072dc11f
commit f661d112fa
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -59,3 +59,8 @@ tmp/
# Local files # Local files
Gemini Starter.rtf Gemini Starter.rtf
# Test harness scratch directories
tests/.tmp/
tests/reports/*
!tests/reports/.gitkeep
View File