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

# Testing
.coverage
.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/

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

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

# Memory
context/

# Worktrees
.worktrees
