# Normalize line endings and improve diff/linguist behaviour.
# https://git-scm.com/docs/gitattributes

* text=auto eol=lf
*.{cmd,bat} text eol=crlf
*.ps1 text eol=crlf

# Binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.db binary
*.xlsx binary
*.pdf binary

# Linguist: don't count vendored or generated as project language
# (adjust paths if you add vendored/generated dirs)
# .github/ linguist-generated=true
