# 跨平台分发纪律：脚本与文本在任何系统 checkout 都必须保持 LF。
*.sh text eol=lf
*.cmd text eol=lf

# 代码与文档
*.py text eol=lf
*.md text eol=lf
*.json text eol=lf
*.toml text eol=lf

# 二进制
*.png binary
*.jpg binary
*.gif binary
