# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Virtual envs
.venv/
venv/
env/

# codegraph artifacts
.codegraph/

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

# Secrets
.env
.env.*
!.env.example

# Playwright MCP session artifacts (screenshots, traces, console logs)
.playwright-mcp/
# Local screenshot scratch files (visual smoke tests)
three-d-*.png
.claude/
.planning/
!.planning/SESSION_HANDOFF.md
!.planning/PLAN_V0_3_UNIFIED_TRACE.md
.codegraph.yml
uv.lock
