# 凭证与本地配置（防止误提交）
.env
.env.*
credentials
credentials.json
*.token

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# 临时文件
*.tmp
*.log
