Book_Model / .gitignore
Jeevant10's picture
Ignore raw Data books; keep FAISS-only push
d66dc57
Raw
History Blame Contribute Delete
480 Bytes
# gitignore template for LangChain products, e.g., LangGraph, LangSmith
# website: https://www.langchain.com/
# website: https://www.langchain.com/langgraph
# LangGraph
.langgraph_api/
vector_store/
# ignore .env
.env
__pycache__/
src/__pycache__/
# Environment
.env
.env.*
# Python cache
__pycache__/
*.pyc
# Vector DB (keep faiss_store/ for deployment — DO NOT ignore)
# faiss_store/
vector_store/
# Keep raw source books local only
Data/
# LangGraph
.langgraph_api/