# Development and environment folders
.vscode/**
.vscode-test/**
node_modules/**
test/**

# Tool and test configuration files
eslint.config.mjs
jsconfig.json
.vscode-test.mjs
.npmrc

# Screenshots and demo images from the README
select.png

# Internal documentation and packaging files
vsc-extension-quickstart.md
*.vsix
pnpm-lock.yaml
package-lock.json

# Version control
.gitignore
.vscodeignore