# Python
__pycache__/
*.pyc
.venv/
cli/.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/

# Scanner output
*.sarif
policy-report.*
skillspector-*.json

# Build tool output that IDEs create next to build files inside skills
.gradle/

# OS / editors
.DS_Store
Thumbs.db
.idea/
.vscode/

# Local install targets never belong in the registry
.bob/skills.lock

# Local Claude Code config
.claude/
reports/
cli/dist/

# Local notes and drafts
docs/marketplace-plan.md
