# Source and config
.vscode/**
.vscode-test/**
src/**
node_modules/**
.gitignore
.yarnrc
.eslintrc.json
webpack.config.js
tsconfig.json
**/*.ts
**/*.map
*.vsix
.claude/**
yarn.lock
package-lock.json

# Exclude parent directories explicitly
../**
../../**
../../../**