From f7eff20d8b27d6cd1812da8fac7e3b271a940d92 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:51:57 +0000 Subject: [PATCH] chore: add junit.xml to .gitignore Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- .gitignore | 1 + junit.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 junit.xml diff --git a/.gitignore b/.gitignore index ec9c08ba..21773854 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,7 @@ htmlcov/ .coverage.* .cache nosetests.xml +junit.xml coverage.xml *.cover *.py,cover diff --git a/junit.xml b/junit.xml deleted file mode 100644 index 65e7f7f4..00000000 --- a/junit.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file