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

Switch to unified view

a b/.gitignore
1
# virtualenvs
2
env
3
ENV
4
venv
5
ENV
6
.venv
7
8
# api keys
9
.env
10
11
# embeddings
12
embeddings
13
14
# vectorstores
15
vectorstores
16
17
# pycache
18
__pycache__
19
20
# tmp files
21
tmp.py
22
tmp.ipynb