/service/target
/service/Cargo.lock

# Assembled distribution output (compiled binary + exported web UI assets).
/dist/

# Generated API docs site (Bun build output, deps, and emitted spec).
/docs/dist/
/docs/node_modules/
/docs/openapi.json
/docs/bun.lock

.kiro/


# Web UI (Next.js) — merged from web-ui/.gitignore, scoped to the web-ui/ path.

# dependencies
web-ui/node_modules
web-ui/.pnp
web-ui/.pnp.*
web-ui/.yarn/*
!web-ui/.yarn/patches
!web-ui/.yarn/plugins
!web-ui/.yarn/releases
!web-ui/.yarn/versions

# testing
web-ui/coverage

# next.js
web-ui/.next/
web-ui/out/

# production
web-ui/build

# misc
web-ui/.DS_Store
web-ui/*.pem

# debug
web-ui/npm-debug.log*
web-ui/yarn-debug.log*
web-ui/yarn-error.log*
web-ui/.pnpm-debug.log*

# env files (can opt-in for committing if needed)
web-ui/.env*

# vercel
web-ui/.vercel

# typescript
web-ui/*.tsbuildinfo
web-ui/next-env.d.ts


python-client/.pytest_cache
python-client/.venv
python-client/.ruff_cache
python-client/dist
python-client/uv.lock
__pycache__
