__pycache__/
*.pyc
*.pyo
*.pyd
.DS_Store
arxiv_bundle/
hf_release/
hf_export/
publish_logs/
*.tmp

# Large model artifacts must stay out of the GitHub repo.
*.pt
*.pth
*.ckpt
*.bin
*.gguf
*.safetensors
*.safetensors.index.json

# Local experiment and publication byproducts.
logs/
tmp/
dist/