From f8276f02245d4263e94dfd018060aef28d787f25 Mon Sep 17 00:00:00 2001 From: David Perl Date: Thu, 22 May 2025 08:11:03 +0200 Subject: [PATCH] fix: update gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 100bff97..607f8eee 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,9 @@ coverage.xml .pytest_cache/ cover/ +# Output from end2end testing +tests/reference_failures/ + # Translations *.mo *.pot