WorldDisasterLM-8B / .gitignore
drdeveloper88's picture
Upload WorldDisasterLM-8B source code: FastAPI backend, training pipeline, 11-language support
495526b
Raw
History Blame Contribute Delete
371 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
# Model artifacts and datasets
data/raw/
data/processed/
artifacts/
checkpoints/
outputs/
logs/
mlruns/
wandb/
*.onnx
*.gguf
# Node
frontend/node_modules/
frontend/dist/
# Environment
.env
.env.*
!.env.example
# OS / IDE
.DS_Store
Thumbs.db
.vscode/settings.json