From 884bebed098bfc00d35ee5962f1c700d1f9e5980 Mon Sep 17 00:00:00 2001 From: whosam Date: Sun, 5 Oct 2025 16:53:15 +0300 Subject: [PATCH] edited .gitignore to ignore logs files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 505a3b1..e51d2d5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,8 @@ wheels/ # Virtual environments .venv + +# Log files (generated by the application) +api.log +alerts.log +test_results.log