From 9fdb8552e1d091585590b70b6037422ffd1c5cee Mon Sep 17 00:00:00 2001 From: Timmy Time Date: Mon, 13 Apr 2026 08:05:33 +0000 Subject: [PATCH] chore: add test-*.txt to .gitignore to prevent future artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9200ebdd..d261b36a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ reports/ .env .env.* !.env.example + +# Prevent test artifacts +/test-*.txt