# 仓库内文本统一以 LF 存储，避免 Windows/WSL 混用产生全量行尾差异。
# 行尾差异会淹没真实改动，也会让 gitea.env 之类的配置在 bash 中带上 \r。
* text=auto eol=lf

*.py   text eol=lf
*.md   text eol=lf
*.json text eol=lf
*.ps1  text eol=crlf

*.png binary
*.jpg binary
*.zip binary
