From c2330f23d34d6fd05c7ffa71ba62de0ef74e2252 Mon Sep 17 00:00:00 2001 From: PatchOfScotland Date: Tue, 31 Jan 2023 15:54:19 +0100 Subject: [PATCH] added test directories to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..3ab9350 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,9 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ +tests/test_monitor_base +tests/test_handler_base +tests/test_job_output # Translations *.mo