Files
ewoooc/.gitignore
OoO c383a37f3f
All checks were successful
CD Pipeline / deploy (push) Successful in 1m4s
補 PPT 視覺 QA stale recovery
2026-05-19 10:03:10 +08:00

168 lines
2.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ==========================================
# MOMO 監控系統 - Git 忽略清單
# ==========================================
# 環境變數檔案(包含敏感資訊)
.env
.env.local
.env.*.local
# Claude Code 本機設定(含 allow list / Secret不可 commit
.claude/settings.local.json
.claude/worktrees/
.tmp_*
tmp_*.png
# 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
data/*.lock
data/ppt_vision_audit_status.json
data/*.pkl
database/*.db
database/*.db-journal
database/*.db-shm
database/*.db-wal
database/*.sqlite
database/*.sqlite3
sqlite:/
# 備份檔案
backups/
*.zip
*.tar.gz
*.bak
# Excel 匯出暫存檔
data/excel_exports/
*.xlsx~
~$*.xlsx
# 本機 QA / 頁面快取
data/*_cache/
data/ai_automation_smoke_history.jsonl
# 上傳檔案
web/static/uploads/
web/static/screenshots/
uploads/
screenshots/
MOMO Pro/uploads/
MOMO Pro/screenshots/
templates/__init__.py
# 本機前端設計稿 / 產生式 prototype sandbox未整合前不進版本庫
MOMO Pro/
production_v3*/
frontend/
docker-compose.frontend.yml
# 生成式設計審計 / handoff dump正式治理以 docs/memory/frontend_v3_handoff_20260512.md 為索引)
docs/design/
docs/design_audit_frontend/
# 本機觀測台 macro prototype未被任何模板 import 前不入庫)
templates/components/_observability_macros.html
# 測試與覆蓋率報告
.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/
# 本機除錯腳本(不進版本庫)
insert_playbook_local.py