# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
# dist IS committed, deliberately — see frontend-v2/README.md.
# `caspar serve` mounts frontend-v2/dist at /v2/app, and neither supported
# installation (pip install from a clone, or the Docker image) has Node. An
# ignored dist means the v2 console simply does not exist for anyone who did
# not build it themselves. v1's bundle is committed for the same reason.
# The cost is that editing src/ obliges a rebuild + commit of dist/.
dist-ssr
.output
.vinxi
.tanstack/**
.nitro
*.local

# Wrangler / Cloudflare
.wrangler/
.dev.vars

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
