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