# 基本的数据文件，以及环境用文件
/.env
/data
/pyrightconfig.json
/pyrightconfig.toml

# 缓存文件
__pycache__

# 可能会偶然生成的 diff 文件
/*.diff
