# Dependencies and build outputs (re-installed inside the image) node_modules/ .next/ out/ build/ *.tsbuildinfo # Local env files (never push secrets to a public Space) .env .env.local .env.development.local .env.test.local .env.production.local # Editor / OS noise .idea/ .vscode/ *.swp *.swo .DS_Store # Logs and caches npm-debug.log* yarn-debug.log* yarn-error.log* coverage/ .nyc_output/ # Git .git/ .gitignore .gitattributes # Local docs / screenshots that the container does not need problemns/