From 78a9231c8a0c8754a97b6b670475e4d37231f436 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 13 Apr 2026 04:24:16 +0000 Subject: [PATCH] chore: add test_output.txt to .gitignore to exclude test output files from version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f9747c9d..171565bd 100644 --- a/.gitignore +++ b/.gitignore @@ -314,3 +314,4 @@ validation-evidence/** .github/agents/# Tools Configuration.md docs/reports/codecove_patch_report.md vuln-results.json +test_output.txt