Spaces:
Sleeping
Sleeping
| # 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/ | |