__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
.env
runtime/
logs/
art-cache/
*.log

# Model weights, checkpoints, and local model caches never belong in this repo.
models/
checkpoints/
hf-cache/
*.safetensors
*.gguf
*.ckpt
*.pt
*.pth
*.onnx
*.h5
*.pb
*.tflite
*.bin

