# 环境变量（含密钥，不要提交）
.env

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# IDE
.vscode/
.idea/

# Test
.pytest_cache/
*.log
