# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
.env
.env.*
!.env.example

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

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

# Security License Lens outputs
reports/
reports-live/
*.report.html
*.report.json
out/

# Docs site build output
site/

# Local planning / tooling (not part of the public product)
openspec/
.opencode/
.omo/
.playwright-mcp/

# Local maturity goal (not part of the public product)
maturity-goal.md
