# Build output and caches node_modules .bun .bun-cache .svelte-kit dist build .output .vercel .netlify .wrangler coverage *.tsbuildinfo vite.config.js.timestamp-* vite.config.ts.timestamp-* # VCS and git tooling .git .gitignore .gitattributes # Docker tooling (not needed inside the image) .dockerignore Dockerfile docker-compose*.yml # Tooling and editor configs .agents .claude .cursor .vscode .idea .zed .husky .github .npmrc .editorconfig # OS / temp .DS_Store Thumbs.db *.log *.tmp *.swp # Env files (handled at runtime, not baked in) .env .env.* !.env.example # Lockfiles for other package managers package-lock.json pnpm-lock.yaml yarn.lock pnpm-workspace.yaml # Repo docs not needed in the runtime image README.md TODO.md docs