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

# Virtual environments
.venv

# OS / local logs
.DS_Store
*.log
*.log.*

# Agentao runtime state
.agentao/

# KanBan specific
workspace/

# Editor swap files
*.swp
*.swo

# Per-developer uv source overrides (e.g. editable ../agentao)
uv.toml

# Claude Code local state (machine-local PIDs / per-checkout settings)
.claude/scheduled_tasks.lock
.claude/settings.local.json
