# Force LF line endings on shell scripts so a Windows checkout doesn't break
# execution on Linux / macOS clones. (Same rationale as AgentForge.)
*.sh text eol=lf
*.ps1 text eol=crlf
*.py text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.md text eol=lf

# Binaries — don't touch.
*.png binary
*.jpg binary
*.jpeg binary
*.ico binary
*.woff binary
*.woff2 binary
