@@ -0,0 +1,57 @@
+# Python virtual environments
+.venv/
+venv/
+env/
+ENV/
+
+# Python cache
+__pycache__/
+*.py[cod]
+*$py.class
+*.so
+# Distribution / packaging
+.Python
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+*.egg-info/
+.installed.cfg
+*.egg
+# PyCharm
+.idea/
+# VS Code
+.vscode/
+# Jupyter Notebook
+.ipynb_checkpoints
+# Environment variables
+.env
+.env.local
+# Logs
+*.log
+# OS files
+.DS_Store
+Thumbs.db
+# Evaluation cache
+.evaluation_cache/
+# Temporary files
+*.tmp
+*.temp
+bug