From 3d4b0a264dbc49496fe4967ef224adb9deca5282 Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Sat, 4 Oct 2025 22:30:27 -0400 Subject: [PATCH] updating --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c737265..3391290 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ results/*/*.checkpoints/ !results/*.csv !results/*.png +*.log +*.logs + # python cache __pycache__/ *.pyc