# Secrets — never commit
.env
.env.*
*.pem
*.key
credentials.json
service-account*.json

# IDE / OS
.DS_Store
.vscode/
.idea/

# Live MCP config (copied from connectors/mcp.example.json, may hold local paths)
.mcp.json
.cursor/mcp.json

# Run outputs — keep the templates, ignore real initiative artifacts
artifacts/*.md
artifacts/*/
!artifacts/README.md
!artifacts/templates/
!artifacts/templates/**
# Python build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
.venv/
