# Build context is the repo root. Keep it lean and deterministic.
**/bin/
**/obj/
**/.vs/
**/.idea/
artifacts/
TestResults/

# Frontend — rebuilt inside the image
client/node_modules/
client/dist/
client/.vite/

# VCS / docs / local  (.editorconfig is NOT ignored — the in-container build needs its analyzer rules)
.git/
.gitignore
.gitattributes
*.md
docs/
**/appsettings.*.local.json
