node_modules/
dist/
.next/
out/
.turbo/
*.tsbuildinfo
.yalc/
yalc.lock
*.tgz
.env
.env.*
coverage/
dashboard/
components/
# ...but the cockpit's app source lives in app/components — never ignore real source.
!cockpit/app/components/
!cockpit/app/components/**
.tech-hub-cache/
__pycache__/
*.py[cod]
.pytest_cache/
.chp/
.DS_Store
.coverage
.forge/
.hypothesis/
.claude/

# chp-agent evidence store
.chp-agent/sessions.sqlite
.publish-dist/

# matrix-bot runtime session registry (CC session ids)
matrix-bot/sessions.json
