__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Wrought runtime
.wrought/
.claude/bridge/
.claude/scheduled_tasks.lock

# Coverage
.coverage
htmlcov/

# macOS
.DS_Store

# Environment
.env
.env.local
.env.watchdog

# Session handoff (local-only, not project documentation)
NEXT_SESSION_PROMPT_*.md
SESSION_SUMMARY_*.md
docs/archive/sessions/
tools/redaction_sweep_2026-05-07/

# Agent-memory: local learning, never committed (GH #174)
.claude/agent-memory/
.claude/agent-memory-local/
.codex/agent-memory/
.claude/agents/*/MEMORY.md
