# ── Vault Runtime ──────────────────────────────────
*.db
*.db-shm
*.db-wal

# Runtime reports（不應進 git，每次執行會重新產生）
duplicate_report.json
trust_report.json
lint_report.json
convergence_report.json
cross_validation_report.json
freshness_report.json
*_report.json

# 編譯輸出（可重新產生）
compiled/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
*.egg

# ── 虛擬環境 ─────────────────────────────────────────────
.venv/
venv/
env/
.env

# ── 嵌入模型快取（~150MB，不應進 git）─────────────────────
.cache/
*.onnx
*.onnx.data

# ── 編輯器 ───────────────────────────────────────────────
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Vault-for-LLM
push_fixes.sh
# Graphify output (runtime generated)
vault/graphify-out/
# Runtime outputs
L3-knowledge/
graphify-out/
.opencode/
# Local research / operational drafts (not project source of truth)
_knowledge_base/
scripts/cross_validate_cloud_only.py
scripts/vault_gap_scanner.py

# Local/private knowledge captures (not safe for public repo by default)
# Keep files usable locally; force-add only curated public-safe entries.
L0-identity/
L1-core-facts/
raw/

# Logs
*.log

# Local agent/session artifacts
.hermes/
.ruff_cache/
