# 敏感文件 - 不要提交到版本控制
.env
config.json
*.log

# Python 缓存
__pycache__/
*.pyc
*.pyo

# 操作系统文件
.DS_Store
Thumbs.db
