From 0c38ce1b5fb9f7716df8ac5e5e778257de7a5292 Mon Sep 17 00:00:00 2001 From: Yamamoto Date: Sun, 4 Jan 2026 15:40:54 -0300 Subject: [PATCH] chore: add test-output to gitignore and organize .out files --- backend/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/.gitignore b/backend/.gitignore index c816fd6..4f2e558 100755 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -55,3 +55,4 @@ temp/ # Debug __debug_bin* debug.test +test-output/