# 登录缓存的 token
.token*

# 本地输出目录
out/

# Python 缓存
__pycache__/
*.pyc

# 敏感配置本地副本
.env
.env.local
