[1bdb11]: / .gitignore

Download this file

23 lines (17 with data), 161 Bytes

# virtualenvs
env
ENV
venv
ENV
.venv

# api keys
.env

# embeddings
embeddings

# vectorstores
vectorstores

# pycache
__pycache__

# tmp files
tmp.py
tmp.ipynb