# ── Safety net ────────────────────────────────────────────────────────────
# The Phase 0 recon (captures — even scrubbed — and the API notes derived
# from them) is private home-network data and stays local. It lives on a
# local-only branch; this guard makes sure none of it can ever be committed
# to the public mainline by accident.
recon/
docs/api-notes.md

# ── Python ────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# ── OS / editors ──────────────────────────────────────────────────────────
.DS_Store
.idea/
.vscode/
