# Normalize text in the repository; keep Windows command files usable.
* text=auto

*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.hpp text eol=lf
*.py text eol=lf
*.json text eol=lf
*.jsonl text eol=lf
*.csv text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.toml text eol=lf
*.ini text eol=lf
*.cfg text eol=lf
*.sh text eol=lf
Makefile text eol=lf
*.mk text eol=lf

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

# Binary formats
*.bin binary
*.dld binary
*.xbe binary
*.tbn binary
*.zip binary
*.7z binary
*.rar binary
*.pdf binary
*.png binary
*.jpg binary
*.jpeg binary
*.bmp binary
*.gif binary
*.ico binary
*.iso binary
*.cci binary
*.img binary
*.raw binary
*.vhd binary
*.vhdx binary
