__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
*.egg-info/
.venv/
dist/
build/
*.egg
.mypy_cache/

# IDE / editor
.claude/
.cursor/
.vscode/
CLAUDE.md

# Internal tooling
.juno_task/
.playwright-mcp/
.planning/

# Reverse-engineering artifacts (decompiled Java, pcaps)
reverse-engineering/

# Dev/debug scripts
probe_console.py
audit_runner.py
scripts/crawl_ssl_matrix_docs*
scripts/manual_snapshots/
