# Deps are reinstalled inside the image via `npm ci`
node_modules
npm-debug.log*

# Secrets / local env — mounted at runtime, never baked in
.env
.env.*
!.env.example

# VCS + tooling
.git
.gitignore
.vscode
.idea

# Tests + coverage (not needed in the runtime image)
coverage
docker-compose*.yml
**/*.test.js

# Docs
*.md
