# Normalize line endings: store text as LF in the repo, regardless of OS.
* text=auto eol=lf

# Explicitly treat source/config as text.
*.py   text eol=lf
*.toml text eol=lf
*.md   text eol=lf
*.yml  text eol=lf
*.yaml text eol=lf

# Binary assets, if any are added later.
*.safetensors binary
*.ckpt        binary
*.pt          binary
*.pth         binary
*.bin         binary
*.png         binary
*.jpg         binary
