# Files NOT to bundle into the deployed numbl project. Only the built
# single-file app (app/dist/index.html) is needed at runtime — exclude the web
# app's source and config. (node_modules, .git, .github are excluded by default.)
.gitignore
app/.gitignore
app/src
app/index.html
app/package.json
app/package-lock.json
app/tsconfig.json
app/vite.config.ts
