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

# Python source
*.py text diff=python

# Markdown
*.md text diff=markdown

# YAML
*.yml text
*.yaml text

# TOML
*.toml text

# JSON
*.json text

# Binary files — keep as-is
*.png binary
*.jpg binary
*.ico binary
*.apk binary
*.keystore binary
*.jar binary
*.idsig binary
