/target
/models
/data/*.bin
/data/logits-*
/data/corpus
*.gguf
/data/*.matx
/data/*.bak
/data/headers
data/custom/**/*.f32
data/custom/*.f32
.DS_Store
__pycache__/
*.pyc

# Build artefacts. They were committed, and CI then installed `dist/*.whl` into a
# clean environment -- which resolved TWO versions at once the moment a release
# was cut, and failed with ResolutionImpossible. The wheel CI tests is the one CI
# just built, so there is nothing here worth keeping.
python/dist/
python/build/
*.egg-info/
