# ── Python ────────────────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.pytest_tmp/
pytest-cache-files-*/
.codex_status_pytest_tmp/

# ── Node / frontend ───────────────────────────────────────────────────────────
node_modules/
dashboard/frontend/node_modules/
dashboard/frontend/storybook-static/
dashboard/frontend/test-results/
dashboard/frontend/playwright-report/
dashboard/frontend/.vite/

# ── Build artifacts ───────────────────────────────────────────────────────────
dist/
/dist/
build/
*.iso
*.zip

# ── Runtime state ─────────────────────────────────────────────────────────────
/memory/
/logs/
/config/
/workspace/
/voice/*.onnx
/voice/*.json
run/
.tmp_clawos_home/

# ── Secrets & env ─────────────────────────────────────────────────────────────
.env
*.db
*.jsonl
*.log

# ── Claude Code harness (tool, not project code) ──────────────────────────────
.claude/

# ── Dev-only / internal documents (kept local, not for public repo) ───────────
CHANGELOG.md
FINAL_SUMMARY.md
IMPLEMENTATION_COMPLETE.md
IMPROVEMENTS_SUMMARY.md
docs/research/
docs/BUG_BOUNTY_REPORT.md
docs/COMPLETION_SUMMARY.md
docs/END_TO_END_TEST_REPORT.md

# ── Editors / OS ──────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
*.swp
*.swo
.*.swp
.*.swo

# ── Misc ──────────────────────────────────────────────────────────────────────
services/__init__.py
.coverage
