From d2c8d19c610a7c4cbe55be341e59a05668a117a6 Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Sun, 15 Mar 2026 19:26:30 -0400 Subject: [PATCH] chore: update .gitignore to exclude .env and log files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8060f19..548ed60 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ build/ dist/ *.spec venv/ +.env +*.log