# 密钥与本地配置 —— 永远不要提交
.env
*.key

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

# 测试与工具缓存
.pytest_cache/
.ruff_cache/
.mypy_cache/

# 编辑器 / 系统
.vscode/
.idea/
.DS_Store
