# Normalize line endings to LF in the repository for cross-platform consistency
# (CI runs on Linux; contributors may be on Windows/macOS).
* text=auto eol=lf

# Binary assets — never normalize.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
