# Normalize all text files to LF on checkout
* text=auto eol=lf

# Explicit text files
*.py   text eol=lf
*.md   text eol=lf
*.rst  text eol=lf
*.txt  text eol=lf
*.toml text eol=lf
*.cfg  text eol=lf
*.ini  text eol=lf
*.yml  text eol=lf
*.yaml text eol=lf
*.html text eol=lf
*.css  text eol=lf
*.js   text eol=lf
*.sh   text eol=lf
*.svg  text eol=lf
*.dot  text eol=lf

# Binary — no conversion
*.png  binary
*.jpg  binary
*.jpeg binary
*.gif  binary
*.pdf  binary
*.ico  binary
