# Normalise line endings to LF on commit
* text=auto eol=lf

# Explicitly text
*.py    text eol=lf
*.md    text eol=lf
*.toml  text eol=lf
*.yaml  text eol=lf
*.yml   text eol=lf
*.json  text eol=lf
*.txt   text eol=lf

# Binary — never diff or merge
*.png   binary
*.jpg   binary
*.jpeg  binary
*.ico   binary
*.whl   binary
