# Normalize all text files to LF in the repository
* text=auto eol=lf

# Explicitly declare text file types
*.py    text eol=lf
*.md    text eol=lf
*.toml  text eol=lf
*.json  text eol=lf
*.lock  text eol=lf
*.txt   text eol=lf
*.sh    text eol=lf
Dockerfile text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf

# Binary files
*.png   binary
*.jpg   binary
*.gif   binary
*.ico   binary
*.woff  binary
*.woff2 binary
