From fe0cc31b0d136cb89171fc314f68b95b58647844 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 30 May 2026 17:25:01 -0400 Subject: [PATCH] fix: update .gitignore to include __pycache__ and logs directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b0854c..a4c95f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -logs/*.log +logs/ +__pycache__/ .env docker-compose.yml