# IDE / editor
.vscode/settings.json

# Python artifacts
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test and coverage
.coverage
htmlcov/
coverage.xml

# Local configuration and secrets
.env
.env.docker
.mcpregistry_github_token
.mcpregistry_registry_token

# Local developer files (not part of the public repo)
CLAUDE.md
RELEASE_SOP.md
.claude
docs_internal/
docs/superpowers/
plans/
docker/test-*/

# Runtime data
attachments/
.worktrees/
