# 用户配置文件（包含敏感信息）
config.json

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

# 下载的文件
downloads/
*.zip

# IDE
.vscode/
.idea/
*.swp
*.swo
