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

# uv / venv
.venv/
venv/
.uv/

# 测试 / 覆盖
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# 环境与密钥（E2E 凭证绝不入库）
.env
.env.*
!.env.example

# IDE / OS
.idea/
.vscode/
.DS_Store

# Playwright MCP 浏览器快照/截图产物
.playwright-mcp/
