# 环境变量与密钥
.env

# Python 虚拟环境
.venv/
venv/

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