.git
**/node_modules
**/dist
**/.env
**/*spec.yaml
**/.turbo
**/.pnpm-store
**/.idea
**/openapi.json
**/.next
**/.next-dev
**/.vercel
**/.output
**/.source
**/.content-collections
.conductor

packages/**/*.js
apps/**/*.js
# Browser-loaded static assets that happen to be .js must survive the blanket
# exclusion above, or the image ships without them and the fetch 404s at runtime.
# Mirrors the same negation in .gitignore.
!apps/playground/public/worklets/*.js
