# Nested node_modules (e.g. plugins with their own deps)
**/node_modules

# Dev-only
__tests__
tests
coverage
jest.config.js
package-lock.json

# Caches & agent data
.agents
.beads
.aider*
.cocoindex_code
.qodo
.ruff_cache

# Binaries & build artifacts
bin
x
*.tar.gz
*.zip

# Local data & secrets
.env
supercli_storage
pb_data
pb_migrations

# Zig CLI implementation (not needed in npm package)
supercli-zig-cli/

# Bundled plugins (installed via sc plugins update instead)
plugins/

# Dev/research artifacts
raw
tools
marketing
docs
examples
scripts
sdks
ref-multi-assistant
graphify-out

# Loose dev files
*.ts
*.csv
*.json.bak
plan.txt
twarc.log
ideal-plugins.csv
plugin-scores.csv
source-url-mapping.json
description-enhancements.json
plugin-quality-report.json
CONTRIBUTING.md
PLUGIN_STANDARDS.md
QUALITY_REPORT.md
TAG_VOCABULARY.md

# Logs
*.log
