build*
.vscode/*
# But don't ignore launch.json
!.vscode/launch.json
data/processed.png
logs
.cache
3rdparty/
data/output/
**/__pycache__/**

# Local export/build artifacts
environments/
models/
yolov8n.pt

# Local model weights / export fixtures (not source-controlled)
*.onnx
*.pt
*.tflite
*_saved_model/
calibration_*.npy

# Editor / tooling local junk
.antigravitycli/
# caveman-compress human-readable backups
*.original.md
