From 258bad84c60f748db2b369b18317064c568337c2 Mon Sep 17 00:00:00 2001 From: Bruno Domingues Date: Thu, 6 Nov 2025 15:59:44 -0300 Subject: [PATCH] SIENTIAPDE-1309: Add ignore rule for test run reports in model_manager/reports --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d83c556..7ef5963 100644 --- a/.gitignore +++ b/.gitignore @@ -235,6 +235,9 @@ scouter/pipelines/**/triggers.yaml # Ignore temporary files *.swp +# Ignore test run reports in model_manager/reports +model_manager/reports/test_run_*/ + # Miscellaneous git_key* git_log