.git
.gitignore
.github

# Build inputs — the image uses dist/ not src/
src
tsconfig.json
tsup.config.ts

# Node dev tooling
node_modules
*.tsbuildinfo

# Test runtime outputs — not needed in the image
tests_project
test-results

# Docs and examples — runtime only needs dist/index.js
docs
examples
assets
sample_report.html

# Editor / OS
.DS_Store
.vscode
.idea
