Diff of /.gitignore [000000] .. [5d6472]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# Compiled Python files
+__pycache__/
+*.pyc
+.cache
+
+# OS files
+.DS_Store
+Thumbs.db
+.ipynb_checkpoints/
+.directory
+
+# Python build files
+*.egg-info/
+/dist/
+/build/