# Set default text file handling for all files
* text=auto

# Treat .py and .md as UTF-8
*.py text eol=lf
*.md text eol=lf

# Normalize shell/batch scripts
*.sh text eol=lf
*.bat text eol=crlf