# Normalise line endings to LF in the repository
* text=auto eol=lf

# Explicitly LF for source files
*.py    text eol=lf
*.md    text eol=lf
*.yaml  text eol=lf
*.yml   text eol=lf
*.toml  text eol=lf
*.json  text eol=lf
*.txt   text eol=lf
*.rst   text eol=lf
*.cfg   text eol=lf
*.ini   text eol=lf
*.sh    text eol=lf

# Binary — never touch
*.png   binary
*.jpg   binary
*.gif   binary
*.ico   binary
*.woff2 binary
*.whl   binary
*.pyc   binary
