1# Files NOT to bundle into the deployed numbl project. Only the built
2# single-file app (app/dist/index.html) is needed at runtime — exclude the web
3# app's source and config. (node_modules, .git, .github, and agent instruction
4# files like CLAUDE.md are excluded by default.)
5.gitignore
6app/.gitignore
7app/src
8app/index.html
9app/package.json
10app/package-lock.json
11app/tsconfig.json
12app/vite.config.ts
13missing_files