# langchain
.langchain.db
langflow.db

# api keys - please see chapter 3 or README for instructions
config.py

# mac
.DS_Store

# Distribution/Packaging
.env
.venv
env/
venv/
wheels/
*.egg
.ruff_cache
.mypy_cache.
search_engine/faiss_index.db/

# IDEs
.idea
.vs/
.vscode/
.spyderproject
.spyproject
.ipynb_checkpoints


# Byte-compiled / optimized / DLL files
__pycache__/
**/*.pyc

# Logs
logs/
*.log
