# Build outputs dist/ node_modules/ # Version control .git/ .gitignore # Helm chart (not needed inside the image) helm/ # Editor / OS .vscode/ .idea/ *.DS_Store Thumbs.db # Logs *.log npm-debug.log* # Env files (never bake secrets into the image) .env .env.*