node_modules/
dist/
.env
*.tsbuildinfo
coverage/
.vscode/
*.log
# Squad: ignore runtime state (logs, inbox, sessions)
.squad/orchestration-log/
.squad/log/
.squad/decisions/inbox/
.squad/sessions/
.squad/config.json

# Test temp dirs (created in cwd by vitest tests, cleaned in afterEach)
.test-*
# Docs site generated files
docs/dist/
docs/src/content/docs/reference/api/

# Docs test screenshots (local verification only)
docs/tests/screenshots/
# Squad: SubSquad activation file (local to this machine)
.squad-workstream
.squad/.first-run
.squad/.watch-pids

# Images folder (root only — don't ignore docs/public/images/)
/images/
