# core.hooksPath points at .githooks, so these run as shell scripts. Git on Windows
# checks text files out as CRLF by default, and /bin/sh refuses a script whose
# shebang line ends in \r ("bad interpreter: /bin/sh^M"). Pin them to LF so the
# hooks stay executable on every clone, including this one after a fresh checkout.
.githooks/** text eol=lf
scripts/*.py text eol=lf
