# Dependencies — installed inside the container via npm install node_modules client/node_modules # Built React output — the Dockerfile builds this fresh inside the container # using a multi-stage build (COPY --from=builder). Excluding it here prevents # stale local builds from leaking into the Docker build context. client/dist # Files not needed in the Docker image npm-debug.log .git .gitignore README.md SAAC_DEPLOYMENT.md .env .saac