# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Editors / tools
.vscode/
.idea/
.claude/*
!.claude/settings.json

# Session state (per-user, not tracked)
.coop-os-session.json

# Personal data (not tracked)
coop_os/workspace/roles/*
coop_os/workspace/milestones/*
coop_os/user/notes/*
coop_os/user/context/*
coop_os/workspace/tasks/*

# Local specs (not tracked)
specs/
