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

# Node
node_modules/

# Local state
*.db
artifacts/
results_inbox/
config.yaml
# `runcomposer demo` seeds its whole workspace here when run from a clone
# (DESIGN.md §12); `rm -rf runcomposer-demo` undoes it.
runcomposer-demo/
# ... except the remote-agent kit's reference config, which IS the example
# (DESIGN.md §6.2c); everything that kit writes goes under its state/ dir.
!examples/remote-agent/config.yaml
examples/remote-agent/state/
.vscode/
.idea/
.DS_Store
.claude/

# Local agent instructions: useful in a checkout, not part of the project.
CLAUDE.md
