node_modules/
dist/
.next/
.turbo/
coverage/
*.log
.DS_Store
.env
.env.*
__pycache__/
*.pyc
.venv/
.venv2/
.pytest_cache/
.hypothesis/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.pnpm-store/
data/
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
.earshot/

# Legacy root-level outputs from early LiveKit example runs.
/earshot_incident.json
/user_utterance.wav

# Python / build artifacts
*.egg-info/
build/
.coverage.*
*.tsbuildinfo

docs/private/

# Real captured provider webhook deliveries contain signing secrets + caller PII.
apps/ingest/tests/fixtures/connectors/*
!apps/ingest/tests/fixtures/connectors/README.md

# Bundled viewer SPA copied into the Python package by `pnpm bundle`
packages/sdk-python/src/earshot/web/
