# Auto-detect text files and normalize line endings to LF on commit
* text=auto eol=lf

# Python files
*.py text eol=lf
*.pyi text eol=lf

# Config / markup
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.md text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
*.j2 text eol=lf

# Binary files (never mangle)
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.csv binary
*.parquet binary
