- Control Plane API with Gemini integration - Executors: Deploy, Analytics, Marketing - MCP Adapter for Continue integration - VSCode/VSCodium extension - Tool registry and run tracking - In-memory storage for local dev - Terraform infrastructure setup
40 lines
413 B
Plaintext
40 lines
413 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Build outputs
|
|
dist/
|
|
*.vsix
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Temporary
|
|
tmp/
|
|
temp/
|
|
|
|
# Continue local config (may contain API keys)
|
|
.continue/config.json
|
|
|
|
# GCP credentials (never commit these!)
|
|
*.json
|
|
!package.json
|
|
!tsconfig.json
|
|
!**/package.json
|
|
!**/tsconfig.json
|