# 跨平台统一换行符；Git 自动规范化文本文件。
# Normalize line endings across platforms.
* text=auto

# Python 源码始终使用 LF。
# Python source: always LF.
*.py text eol=lf
