oncall-guide-ai / .gitignore
YanBoChen
fix: update chunk loading to use lists instead of dictionaries for emergency and treatment data
fa19f34
# 🧠 Virtual environments
onCallGuideAIvenv/
.final_project_env/
rag_env/
.env
.venv
env/
venv/
# πŸ’» OS / Editor garbage
.DS_Store
.vscode/
*.swp
*~
.idea/
*.iml
# πŸ“ Documentation and project folders
docs/
dataset/dataset/
cache/
memory-bank/
CLAUDE.md
# 🧾 Compiled / output files
*.pyc
__pycache__/
*.log
*.zip
*.tar.gz
*.mp4
*.mov
*.json
*.png
# πŸ”‘ Secrets and configs
.env
.env.local
.env.*.local
*.pem
credentials.json
token.json
*.mdc
# 🚫 Large files - models
models/cache/
models/cache/*.pkl
models/embeddings/*.npy
models/embeddings/*.json
models/indices/
models/indices/annoy/*.ann
# 🚫 Redundant catch-all for large file extensions
*.pkl
*.npy
*.ann
# πŸ“Š Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
*.ipynb_checkpoints*
# πŸ“ Coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
dataset/
# no backup files
customization_processing_backup/