# Auto detect text files and normalize to LF
* text=auto eol=lf
# Explicitly declare Python files as text
*.py text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.sh text eol=lf
# Declare files that should stay CRLF (if any Windows scripts)
*.ps1 text eol=crlf
*.bat text eol=crlf