__pycache__/
*.pyc
sql_part_*

# Local reliability state (circuit breakers, retry counters)
memory/reliability_state.json

# Local notification state (dedupe/rate-limit)
memory/wo-ship-ping.json
memory/idle-ping.json
memory/failure-alerts.json
memory/autopilot_events.jsonl

# Autopilot fallback flags (operator intervention markers)
memory/autopilot_fallback_needed.json

# Runtime telemetry (append-only); keep local to avoid constant dirty commits
SECOND_BRAIN/OBSERVABILITY/EVENTS.jsonl

# Generated overnight digests (created by engops scripts)
SECOND_BRAIN/OBSERVABILITY/DAILY_DIGESTS/

# Idea Engine run reports (LaunchAgent emits frequently)
SECOND_BRAIN/ENGINEERING/IDEA_ENGINE_RUNS/

# Autopilot run reports (generated frequently)
SECOND_BRAIN/ENGINEERING/AUTOPILOT_RUNS/

# Some work orders are generated/ephemeral (keep canonical WOs committed; ignore one-off smoke WO drafts)
SECOND_BRAIN/ENGINEERING/WORK_ORDERS/2026-02-09--wo-v1-4-smoke-worktree-commit.md

# Per-agent isolated workspaces (runtime/generated)
agents/
!second-brain-mission-control/src/components/Agents/
memory/autopilot_events.jsonl

# Dead/archived code (local reference only)
odin-toolkit/_dead/

# Worktree-local python shim
.odin-shims/

# Ignore local journals
memory/

# Node modules (anywhere in tree)
**/node_modules/
package-lock.json
package.json

# Discord setup (local config)
discord_setup/

# Discord webhook URLs (auth tokens — never commit)
odin-toolkit/forge/discord_webhooks.json

# Vault encryption keys (never commit)
odin-toolkit/vault/vault.key
*.age.key

# Vercel OIDC tokens (auto-generated, contain auth tokens)
.env.vercel
**/.env.vercel

# n8n runtime data (may contain credentials)
**/n8n-data/*.sqlite

# Wrangler local state (runtime data)
**/.wrangler/state/

# Google Takeout (large media files — keep on local/backup only)
SECOND_BRAIN/GOOGLE_TAKEOUT/

# Vendor dependencies (external repositories)
vendor/

# Environment files (secrets)
.env
.env.*
!.env.example

# Wrangler local state
.wrangler/

# SQLite WAL/SHM files (transient)
*.db-shm
*.db-wal
*.sqlite-shm
*.sqlite-wal

# Backup credential files (C6)
*.backup.json

# Build output (may contain baked-in secrets via VITE_ prefix)
**/dist/

# macOS metadata
.DS_Store

# Runtime logs and digests
*.log
oee-builds/**/daily_digest.txt

# Runtime databases (keep schemas/migrations, ignore data)
oee-builds/**/*.db
aquaguard/**/*.db

# Session/ephemeral state
.session-md-backup
$HOME/

# Local log directories
logs/

# Ray-Bans inbox queue (ephemeral)
RayBans-Inbox/

# Security scan logs (generated)
odin-toolkit/sentinel/logs/

# Generated screenshots (keep in _archive if needed)
schedule-*.png
cosmic_chart_*.png

# Sent emails (personal)
EMAIL_SENT_*.html

# Lead intel runtime data
aquaguard/lead-intel/leads_search.jsonl
aquaguard/lead-intel/report_*.md

# Cathedral runtime events (generated every ~10s by oracle engine)
odins-oracle/cathedral/events/

# Runtime events directory (ephemeral)
.events/

# Next.js build output
**/.next/

# Temp/cached build output
.tmp/

# AGM Lead Scout runtime data
odin-toolkit/ag-tools/agm-lead-scout/data/leads.db

# Competitor monitor scraped data (runtime)
odin-toolkit/ag-tools/competitor-monitor-data/

# Generated chart images (cron outputs)
cce_chart_*.png

# Build artifacts / tarballs
*.tar.gz

# One-time setup scripts (already executed)
agm-seed.js
agm-setup.js

# Claude cache/state
.cache/
.claude/

# ML model weights (large binary files)
models/
*.gguf

# Skills (MCP/Claude skills — external, not workspace code)
skills/

# OEE landing deploy artifacts (one-time)
oee-landing-deploy/

# Embedded git repositories (have their own .git — do not track in workspace)
MissionPlanner/
agency-agents/
autoresearch/
paperclip/
odin-toolkit/seo-machine/
.vercel

# StormCaster queue (runtime-generated, high volume)
oee-builds/stormcaster/queue/

# Stale website iterations (superseded by cathedral-website-v2)
oee-cathedral/
oee-unified-website/
oee-website-enhanced/
oee-website-final/

# Stray test files
test_model.py

# CCE runtime reports and briefs (generated by daemons)
oee-builds/cce/briefs/
oee-builds/cce/correlations/reports/
oee-builds/cce/health_state.json
oee-builds/cce/visuals/

# Corpus ingest staging (large, changes frequently)  
odin-codex/corpus/_INGEST/
odin-codex/corpus/_staging/
odin-codex/corpus/_unsorted/

# Stale report files in workspace root
SECURITY_AUDIT_REPORT_*.md
SKILL_SECURITY.md
X_TWEET_INTEGRATIONS_COMPLETE.md
OEE_WEBSITE_REPAIR_COMPLETE.md
MISSION_CONTROL_DEPLOYMENT_COMPLETE.md
OEE_SAAS_SUBSCRIPTIONS_*.md
SAAS_INVOICE_SUMMARY.md

# Generated cosmic weather / chart outputs
MAHUKI_COSMIC_WEATHER_*.md
MAHUKI_NATAL_CHART.md

# Job posting drafts (one-offs)
job-posting-*.md

# Voice analysis (one-off)
mahuki-voice-analysis.md

# Cathedral MCP server (separate project)
oee-builds/cathedral-mcp-server/

# Oracle learning data (runtime)
oee-builds/oracle-learning/

# Corpus _clean (auto-generated by grow-corpus pipeline)
odin-codex/corpus/_clean/
odin-codex/corpus/_archive/

# One-off docs in workspace root (keep them local, not in git)
frequency-of-birth-publication-ready.md
ether-manifesto-v3.pdf
ether-manifesto-full-text.txt
CRAWL_OPTIMIZATION_STRATEGY.md
CRAWL_INTELLIGENCE_*.md
COMPLETE_OEE_SAAS_AUDIT.md
cathedral-master-plan-v1.md
CATHEDRAL_WEBSITE_INTEGRATION_COMPLETE.md
aqua-guard-technician-job-posting.md
ai-birth-chart-experiment-protocol.md

# Content drops (runtime)
content-drops/

# BRV context tree (local to machine)
.brv/

# Secure environment backups (contain secrets)
.secure-env-backups/

# Media test files (videos, large images — keep local only)
OEE-Sync/drop/*.mp4
oee-builds/_crypt/content/twitter/videos/
oee-builds/_crypt/content/twitter/images/

# Downloaded prompt libraries (reference only)
oee-prompts-library.zip
oee-prompts-library/
prompts.chat/

# Watchdog/daemon runtime state (changes every hour)
odin-toolkit/ops/watchdog_state.json
oee-builds/bell/bell_status.json
oee-builds/stormcaster/daemon_state.json
cathedral-library/uptime_state.json
cathedral-library/uptime_status.html

# Supabase CLI temp files
supabase/.temp/

# OEE-Sync runtime (Drive mirror, drops — backed up on Google Drive)
OEE-Sync/drive-mirror/
OEE-Sync/drop/

# iMessage runtime data (conversations, costs — ephemeral)
odin-toolkit/imessage/conversations.json
odin-toolkit/imessage/costs.jsonl
odin-toolkit/imessage/daily_costs.json

# MCP Registry auth tokens (secrets — never commit)
oee-builds/cce-mcp-server/.mcpregistry_*

# One-off generated exports
OEE_ESOTERIC_CONTENT_STRATEGY.html
OEE_ESOTERIC_CONTENT_STRATEGY.txt
convert_to_docs.sh
enable_chrome_debugging.scpt

# Agent Soul Protocol daemon keys (secrets — never commit)
oee-builds/agent-soul-protocol/daemon-keys.json

# Submodule-like dirs (have own repos or are external)
cashclaw/
chrome-cdp-skill/
servers/
