# dependencies (anchored root + any nested workspace, e.g. services/*/node_modules)
/node_modules
node_modules/
/.pnpm-store/
/.pnp
.pnp.*

# Next.js
/.next/
/.next-build/
/.next-live/
/.next-e2e/
/.next-e2e-pinned/
/.next-cold/
/out/

# Playwright
/test-results/
/playwright-report/

# production
/build

# test and tooling
/coverage
*.tsbuildinfo
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.venv/
/services/hermes-core/.local/
/services/hermes-core/.uv-cache/

# local environment (example file remains tracked)
.env*
!.env.example

# local registry runtime files and backups
/data/user/*.json
/data/backups/*.json
/.runtime/

# macOS and logs
.DS_Store
*.log
pnpm-debug.log*
npm-debug.log*

# Planning smoke scratch: fixture repo and isolated runtime roots.
.smoke/
