From 80b468d38fdbb18b77c90d00f7cab08b88ca31c5 Mon Sep 17 00:00:00 2001 From: d-rooy Date: Thu, 9 Jan 2025 21:20:01 -0500 Subject: [PATCH] Added .gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e4ee7e6..f4d12bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -__pycache__ -.project -.pydevproject -.settings +# Python +__pycache__/ +*.pyc +*.pyo +.env \ No newline at end of file