.vscode/**
.github/**
.claude/**
dist/**
coverage/**
assets/images/extension_logo_full.png
assets/images/banner.png
assets/images/youtube_video_static_image.png
node_modules/**
.venv/**
src/**
docs/**
reference/**
scripts/**
syntax_corpus/**
tests/**
user_guides/**
excel_test_workbook/**
esbuild.js
vitest.config.ts
tsconfig.json
.gitignore
**/*.map
out/**/*.map
**/*.xlsx
**/*.xlsm
# ...except the blank files createWorkbook copies to make a new one. The broad
# rules here exist to keep test workbooks out of the package; each template has
# to ship or New Macro-Enabled File fails at runtime for that extension.
!assets/templates/blank.xlsm
**/*.xlsb
!assets/templates/blank.xlsb
**/*.xlam
!assets/templates/blank.xlam
**/*.xltm
!assets/templates/blank.xltm
**/*.xls
**/*.xlt
**/*.xla
**/*.docm
!assets/templates/blank.docm
**/*.dotm
!assets/templates/blank.dotm
**/*.doc
**/*.dot
**/*.pptm
!assets/templates/blank.pptm
**/*.potm
!assets/templates/blank.potm
**/*.ppsm
**/*.ppam
**/*.ppt
**/*.ppa
**/*.accdb
!assets/templates/blank.accdb
**/*.accda
**/*.mdb
!assets/templates/blank.mdb
**/*.mda
**/*.laccdb
# The twinBASIC compiler lives beside the source for local use only; it is never part of the package.
twinBASIC*/**
