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

# Testing
.coverage
coverage.json
.pytest_cache/

# MyPy
.mypy_cache/

# IDEs
.vscode/
.idea/

# OS
.DS_Store

# Node / Web UI
node_modules/
web/dist/

# Built web UI (generated by `npm run build` in web/, bundled into the wheel)
src/cli_agent_orchestrator/web_ui/

# Built MCP App single-file bundles (generated by `npm run build:all` in
# cao_mcp_apps/, bundled into the wheel via the hatch artifacts rule)
src/cli_agent_orchestrator/ext_apps/apps_static/

# Project specific
*.log
*.db
.amazonq/
.obsidian/
.ralph/
.ralphrc
work/
.codegraph/

# AI tool configs
.claude/
.codex/
.agents/
.kiro/

# Memory
context/

# Worktrees
.worktrees

# aidlc
aidlc-docs

# Separate git repos (not part of this project)
cao-flows/
