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

# 测试与工具缓存
.pytest_cache/
.mypy_cache/
.ruff_cache/
.uv-cache/
.ci-empty-usmart-home/
.coverage
htmlcov/

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

# 安全兜底：凭证与密钥永远不得进入仓库
.usmart/
*.pem
*.key
credentials.json
config.json
audit/
