# Authoring-only — the VSIX activates via dist/architect-supplementary.js
# (the esbuild bundle), so the source tree is not needed at install time.
src/**
index.js
tools/**

# Build / dev infrastructure
.vscode/**
.vscode-test/**
.gitignore
test/**
jest.config.cjs
**/*.test.js
**/DEVELOPMENT.md
tmp/**
build.js
package-lock.json
node_modules/**

# Note: dist/**/*.map is intentionally NOT excluded here — the build sets
# `sourcemap: ARCH_LANG_BUILD !== "release"`, so the map only exists in the
# with-sourcemaps variant. Listing it here would also strip it from that
# variant, defeating the point.
