# Auto-detect text files and normalize line endings on commit.
* text=auto eol=lf

# Explicit: source and config are LF on disk in the repo.
*.py        text eol=lf
*.toml      text eol=lf
*.yml       text eol=lf
*.yaml      text eol=lf
*.md        text eol=lf
*.cfg       text eol=lf
LICENSE     text eol=lf

# Binary
*.png       binary
*.jpg       binary
*.gif       binary
*.ico       binary
