From 9950340145d4ffdf6bddc1289917859ace0ac7dc Mon Sep 17 00:00:00 2001
From: retoor <retoor@molodetz.nl>
Date: Thu, 20 Mar 2025 03:24:38 +0100
Subject: [PATCH] Updated .gitignore to include standard Python entries

---
 .gitignore | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ee58b2d..8b0f475 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,38 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# Distribution / packaging
+.Python
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/
+*.egg-info/
+.dist-info/
+*.egg
+
+# Logs
+*.log
+
+# Unit test / coverage reports
+.coverage
+*.cover
+.hypothesis/
+.pytest_cache/
+
+# Jupyter Notebook checkpoints
+.ipynb_checkpoints
+
+# IDEs and editors
+.vscode/
+.idea/
+*.swp
+*.swo
+
+# Existing entries
 *.db*
 *.png
 .*
@@ -38,4 +73,3 @@ logs_*
 *.exe
 *.out
 *.app
-