Diff of /.gitignore [000000] .. [1bdb11]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,22 @@
+# virtualenvs
+env
+ENV
+venv
+ENV
+.venv
+
+# api keys
+.env
+
+# embeddings
+embeddings
+
+# vectorstores
+vectorstores
+
+# pycache
+__pycache__
+
+# tmp files
+tmp.py
+tmp.ipynb