# Enforce LF endings for executable scripts to avoid /usr/bin/env CRLF issues
*.sh text eol=lf
*.py text eol=lf

# Optional: keep everything else automatic
* text=auto

