# Dependencies (use image's npm ci instead) node_modules # Build outputs build .svelte-kit dist coverage # Environment files (avoid baking secrets into images) .env .env.* !.env.example # VCS .git .git/* .gitignore # Editors/OS .idea .vscode *.swp *.swo .DS_Store Thumbs.db # Logs npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Caches .cache