deploy-gigafactory.sh loads platform-service/.env, starts the fleet backend, waits for /health, and registers the ecosystem products (idempotent) so live /api/fleet/* calls resolve. Supports --stop / --register-only / --no-register. Registered the 11 ecosystem products against the configured Cosmos during a live run; note fleet metrics needs a composite index on real Azure Cosmos. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
66 lines
1.2 KiB
Plaintext
66 lines
1.2 KiB
Plaintext
# YouTube transcript chunks
|
|
cc*.txt
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environment
|
|
venv/
|
|
env/
|
|
ENV/
|
|
!dashboard/backend/src/modules/env/
|
|
!dashboard/backend/src/modules/env/**
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.claude/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Local environment and secret-bearing files
|
|
.env
|
|
*.env
|
|
accounts.json
|
|
.azure/
|
|
|
|
# Generated outputs and local data caches
|
|
supabase monitor/output/
|
|
youtube/captions/
|
|
github_repo_scanners/contributor_repos/
|
|
github_repo_scanners/user_repos/
|
|
|
|
# Legacy generated repo-scan snapshots that previously lived in the repo root
|
|
bytelyst-ai.json
|
|
saravanakumardb.json
|
|
saravanakumardb1.json
|
|
list_repos_contributors_by_user_saravanakumardb.json
|
|
|
|
# Agent-queue transient runtime state (jobs move through these dirs at runtime;
|
|
# keep the dirs via .gitkeep but never track the per-job lifecycle files).
|
|
agent-queue/queue/.state/*
|
|
agent-queue/queue/inbox/*
|
|
agent-queue/queue/building/*
|
|
agent-queue/queue/testing/*
|
|
agent-queue/queue/review/*
|
|
agent-queue/queue/failed/*
|
|
agent-queue/queue/shipped/*
|
|
agent-queue/queue/logs/*
|
|
!agent-queue/queue/*/.gitkeep
|
|
|
|
# gigafactory deploy script runtime pid
|
|
scripts/.gigafactory-platform-service.pid
|