# Normalize line endings so Windows checkouts (core.autocrlf=true) stay clean.
# LF is canonical in the repo. Added by the 2026-07-07 code review (WP-1).
* text=auto eol=lf

*.py     text eol=lf
*.json   text eol=lf
*.toml   text eol=lf
*.md     text eol=lf
*.yml    text eol=lf
*.yaml   text eol=lf
*.cfg    text eol=lf
*.txt    text eol=lf

*.ps1    text eol=crlf
*.bat    text eol=crlf

*.png    binary
*.jpg    binary
*.ico    binary
*.mp4    binary
*.mp3    binary
