# Git attributes for omnivoice-server
# https://git-scm.com/docs/gitattributes

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

# Explicitly declare text files
*.py text
*.md text
*.yml text
*.yaml text
*.json text
*.toml text
*.txt text
*.sh text eol=lf
*.dockerfile text

# Declare binary files
*.wav binary
*.mp3 binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.tar.gz binary
*.whl binary

# Don't diff certain files
*.lock binary
