__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Environment
.env

# SQLite index (rebuildable from markdown files)
memory/index.db
memory/index.db-wal
memory/index.db-shm

# Memory node data (user data, not source code)
memory/nodes/*.md
memory/logs/*.txt
memory/logs/.processed

# OS
.DS_Store
Thumbs.db

# Node
ui/node_modules/
src/ormah/ui_dist/

# uv
uv.lock

# Claude Code
.claude/

# Ormah runtime database
ormah.db

# Deleted memories
memory/deleted/

# Local scripts (not part of the repo)
scripts/

# Whisper eval scratch DB (created by `ormah eval whisper run`)
eval/whisper/eval_db/

# Git worktrees
.worktrees/

# Generated docs and plans (local dev artifacts)
ARCHITECTURE.md
GRAPH_IMPROVEMENTS.md
REVIEW_FINDINGS.md
docs/plans/
/.mcp.json
AGENTS.md
CLAUDE.md

# OMX / Codex local runtime artifacts
.omx/
.codex
.codex/
