From ee84ecee53d169d347acdd1838c80df19c6b82e2 Mon Sep 17 00:00:00 2001 From: Amir Fathi Date: Fri, 10 Jul 2026 04:00:45 -0600 Subject: [PATCH] fix: gitignore the actual test-log path (changedetectionio/tests/logs) (#4247) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40bbbbe97..7cd5daf96 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,6 @@ test-datastore/ # Memory consumption log test-memory.log -tests/logs/ + +# Per-test loguru logs written by tests/conftest.py (dirname(__file__)/logs) +changedetectionio/tests/logs/