.env

docs/build/
logs/
data/*
!data/keep
results/
docs/working-docs

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# cloned repos
third-party/**
# Continuous Claude cache (local only)
.claude/cache/
.claude/tsc-cache/
.claude/hooks/node_modules/
.claude/settings.local.json

# Continuity ledgers (session-specific, not shared)
CONTINUITY_CLAUDE-*

# Thoughts directory (user-specific research and plans)
thoughts/
!thoughts/shared/
!thoughts/shared/.gitkeep
!thoughts/shared/plans/.gitkeep
!thoughts/shared/handoffs/.gitkeep

# Web UI
web/frontend/node_modules/
web/**/*.db
web/backups/
*.db
