# Development tooling (never ship to production)
.beads/
.git/
.github/
.vscode/
.idea/

# Testing and development
test-marketplace/
tmp/
temp/
*.tmp
.pytest_cache/
__pycache__/
*.pyc
coverage/
.cache/

# Documentation and planning (not needed in production)
archive/
backups/
audit-reports/
claudes-docs/
prompts/
notebooks/
tutorials/
workspace/
planned-skills/

# Build artifacts
node_modules/
*.log
npm-debug.log
yarn-error.log

# Environment files
.env
.env.*
.npmrc

# Private docs
000-docs/
RESEARCH-FINDINGS.md
PLUGIN-CATEGORIZATION-MATRIX.md
PHASED-DEVELOPMENT-PLAN.md
