# Auto-detect text files, normalize to LF.
* text=auto eol=lf

# Force LF for the source files we actually maintain.
# Editors on Windows default to CRLF; without this, a clean
# checkout re-introduces CRLF on every save.
*.py text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
