From 0e1b5c20eddc75813e1821e7e3c2e321285f5a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sat, 15 Jun 2024 23:52:52 +0100 Subject: [PATCH] Gitignore the .reports directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4b024e39b..15f11a433 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ htmlcov/ coverage.xml *,cover .hypothesis/ +.reports # Flask stuff: instance/