# 统一所有文本文件使用 LF 换行符（Linux 风格）
* text=auto eol=lf

# 显式标记二进制文件（避免误判）
*.png binary
*.jpg binary
*.wav binary
*.whl binary
*.zip binary