From f661d112fafa14277bd375a56b7c09291658a7a3 Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Sun, 3 May 2026 23:07:22 +0200 Subject: [PATCH] chore: gitignore tests/.tmp/ and tests/reports/ scratch dirs --- .gitignore | 5 +++++ tests/reports/.gitkeep | 0 2 files changed, 5 insertions(+) create mode 100644 tests/reports/.gitkeep diff --git a/.gitignore b/.gitignore index b4b3f518..f119c327 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,8 @@ tmp/ # Local files Gemini Starter.rtf + +# Test harness scratch directories +tests/.tmp/ +tests/reports/* +!tests/reports/.gitkeep diff --git a/tests/reports/.gitkeep b/tests/reports/.gitkeep new file mode 100644 index 00000000..e69de29b