# Normalize line endings on checkout
* text=auto
# Rust source
*.rs text eol=lf
# Config/data files
*.toml text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
# Shell scripts
*.sh text eol=lf
# Windows scripts
*.bat text eol=crlf
*.cmd text eol=crlf
# Binaries — do not touch
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary