__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.venv/
venv/
.idea/
.vscode/

# 本地环境变量（含 API Key 等密钥，勿提交）
.env
