# Force LF line endings on all text files (Windows contributor sanity).
* text=auto eol=lf

# Treat as text with LF.
*.py text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.sh text eol=lf

# Treat as binary.
*.png binary
*.jpg binary
*.jpeg binary
*.ico binary
*.gz binary
*.tar binary
*.zip binary
