# Normalize line endings: store everything as LF in the repository.
* text=auto eol=lf

# Explicit text types
*.py    text eol=lf
*.txt   text eol=lf
*.md    text eol=lf
*.svg   text eol=lf
*.cfg   text eol=lf

# Binary assets (never touch line endings)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
