**/.git/**
**/.gitignore
**/*.ts
!dist/**/*.d.ts
**/*.map
**/.vscode/**
**/node_modules/**
**/src/**
**/__tests__/**
**/__mocks__/**
**/esbuild.mjs
**/jest.config.js
**/tsconfig.json
**/.vscodeignore
**/PUBLISH.md
**/package-lock.json
**/webview-ui/**
