__pycache__/
*.pyc
.env
node_modules/
.DS_Store

# HarnessScope runtime DB (parsed transcripts — may contain full prompts, local-only)
*.db

# Python packaging build dirs — but NOT web/dist (the pre-built React bundle is
# committed on purpose so end users run with pip only, never a JS toolchain).
/build/
/dist/
*.egg-info/
.vite/

# `hscope demo` output (regenerated on demand; never committed)
demo-transcripts/

# CI scratch (workflow steps write here; never committed)
_ci/
