# Auto-detect text files and normalize line endings
* text=auto

# Python source
*.py text diff=python

# Markdown
*.md text diff=markdown

# YAML / TOML
*.yml text
*.yaml text
*.toml text

# Shell scripts
*.sh text eol=lf

# Binaries — do not touch
*.pyc binary
*.png binary
*.jpg binary
*.ico binary
*.svg binary
