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

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

# 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__/
