build/
deploy/
dist/
out/
node_modules/
.env
*.map
*.out.txt
*.bat

# TypeScript build info
.tsbuildinfo/
*.tsbuildinfo

# Build cache
.build.cache/
.rollup.cache/
.extension-build-hash
.tsc-cache-*.json

# Local development and debugging
.scratch/
.vscode
**/.vscode/*
**/tsconfig.debug.json
!**/.vscode/launch.json
**/build.bat

