Langgraph_RAGAS / .gitignore
T-K-O-H
Initial commit
699a68e
raw
history blame contribute delete
519 Bytes
# Environment variables
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project specific
chroma_db/ # Vector store directory
*.log # Log files
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ipynb_checkpoints/
*.ipynb
*.pdf # Uploaded PDFs
*.txt # Uploaded text files