__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.html
!tests/**/*.html
# Secrets and local env — never commit
.env
.env.*
logs/
# Local tooling scratch
.claude/
.playwright-mcp/
# Per-project scan config written by the setup wizard
.gaslight.json
