# Keep the build context small and correct. node_modules and dist are rebuilt inside # the image (host copies are Windows/native-built and would break Linux); .env and data # must never be baked into an image. **/node_modules **/dist .git **/.env **/data *.log