Files
ewoooc/.gitignore
ogt ba86f98514
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
feat: integrate Elephant Alpha ecosystem with full ADR-012/013 compliance
- Add ElephantService, AutonomousEngine, Orchestrator, DecisionRouter (EA 4-file stack)
- Fix 10 bugs: URL typo, SQL schema mismatches (price_records JOIN), enum mapping,
  metadata_json, NemoTron PriceThreat dispatch, async/await mismatch, broken imports
- Wire ADR-012 Agent Action Ladder: EventRouter L2 → EA first + AIOrch fallback;
  all decisions dual-write DB + triaged_alert Telegram; momo: callback prefix
- Wire ADR-013 AutoHeal: resource_optimization trigger → AutoHealService
- Add W3 guards: connection cache 300s TTL, $5/hr cost hard limit
- Add W4 persistence: routing decisions + agent performance snapshots → ai_insights
- Add Migration 015: confidence + created_by columns on ai_insights
- Fix run_scheduler.py broken imports (DecisionTracker service didn't exist)
- Fix verify_elephant_integration.py: check_status() → check_connection()

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 04:28:26 +08:00

133 lines
1.5 KiB
Plaintext

# ==========================================
# MOMO 監控系統 - Git 忽略清單
# ==========================================
# 環境變數檔案(包含敏感資訊)
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
# 例外:允許部署腳本庫
!deploy/lib/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# 虛擬環境
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# 日誌檔案
logs/
*.log
# 資料庫檔案
data/*.db
data/*.db-journal
data/*.db-shm
data/*.db-wal
data/*.sqlite
data/*.sqlite3
database/*.db
database/*.db-journal
database/*.db-shm
database/*.db-wal
database/*.sqlite
database/*.sqlite3
# 備份檔案
backups/
*.zip
*.tar.gz
*.bak
# Excel 匯出暫存檔
data/excel_exports/
*.xlsx~
~$*.xlsx
# 上傳檔案
web/static/uploads/
web/static/screenshots/
# 測試與覆蓋率報告
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Jupyter Notebook
.ipynb_checkpoints
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Docker
.dockerignore
docker-compose.override.yml
.docker/
# SSL 憑證
ssl/
*.pem
*.crt
*.key
# Google Drive API 憑證
config/google_credentials.json
config/google_token.pickle
config/*.json
config/*.pickle
data/momo_database.db-shm
data/momo_database.db-wal
k8s/03-secrets.yaml
# 雜項
123
*.db-shm
*.db-wal
.aider*
# Aider
.aider.chat.history.md
.aider.input.history
.aider.tags.cache.v4/