| # The optimization pipeline produces large, rebuildable artifacts — never commit them. | |
| *.onnx | |
| *.onnx_data | |
| *.f32 | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| # Local work dirs / reports (regenerate via README.md). | |
| reports/ | |
| variants/ | |
| baseline/ | |
| coco/ | |
| bench-inputs/ | |
| # The optimization pipeline produces large, rebuildable artifacts — never commit them. | |
| *.onnx | |
| *.onnx_data | |
| *.f32 | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| # Local work dirs / reports (regenerate via README.md). | |
| reports/ | |
| variants/ | |
| baseline/ | |
| coco/ | |
| bench-inputs/ | |