From 6f02bbc95292f7ab9c0c1044b54edb141a27ac49 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 7 Mar 2025 11:13:56 -0500 Subject: [PATCH] chore: add pytest-report.xml to gitignore The file is produced by the unit tests github workflow. Signed-off-by: Ihar Hrachyshka --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f54d1563d..163b65947 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ _build docs/src pyrightconfig.json venv/ +pytest-report.xml