# Git attributes for consistent line endings and diff behavior
* text=auto

# Python files
*.py text eol=lf diff=python

# Markdown and documentation
*.md text eol=lf
*.txt text eol=lf

# YAML and config files
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.ini text eol=lf

# Shell scripts
*.sh text eol=lf

# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.whl binary
*.egg binary

# Archive files
*.zip binary
*.tar binary
*.gz binary
