# Garantir line endings consistentes para scripts shell
*.sh text eol=lf
*.bash text eol=lf

# Garantir que install.sh sempre use LF
install.sh text eol=lf

# Scripts do setup
setup/*.sh text eol=lf

# Arquivos Python
*.py text eol=lf

# Arquivos de configuração
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.conf text eol=lf

# Arquivos de texto
*.txt text eol=lf
*.md text eol=lf
*.rst text eol=lf

# Arquivos binários
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.tar.gz binary

