.superpowers/
docs/superpowers/
go.work
go.work.sum
bin/
tmp/
.worktrees/
.claude/investigations/
CLAUDE.md
CLAUDE.local.md

# JS toolchain (only used for JSDOM tests of UI assets)
node_modules/

# Compiled server binary from `go build` at the repo root.
/shinyhub

# Runtime artifacts created when running the server from a checkout
# (default config writes the SQLite DB and per-app data under ./data).
/data/
*.db
*.db-shm
*.db-wal

# PyPI wheel build artifacts
/packaging/python/src/shinyhub/_binary/shinyhub
/packaging/python/dist/
/packaging/python/build/
/packaging/python/src/shinyhub.egg-info/
/packaging/python/__pycache__/

# Python bytecode (repo-wide; the render-rig test suites generate it)
__pycache__/

# npm install artifact from the render-rig driver, not a deliverable
loadtest/render/driver/package-lock.json

# Local investigation scratch. Not shipped, and it carries customer names
# that must never reach a committed file.
research/
