# Node / Nx
node_modules/
dist/
.nx/
tmp/
coverage/
*.tsbuildinfo

# Vention CLI — a pulled MachineLogic app (reference only, not our code; pull via
# `vention pull`). The cloud runbook points at it for shape comparison.
apps/vention-starter-reference/

# Python / uv
.venv/
**/.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Editor / OS
.DS_Store
*.log

# Claude Code (local, per-developer)
.claude/
