.tmp/
.wrangler/
wrangler.local.jsonc
node_modules/
dist/
coverage/
catalog/
src/providers/registry*.generated.ts
src/providers/action-contracts.generated.ts
.env
.env.*
!.env.example
.DS_Store
*.log
*.tsbuildinfo
data/

# Local Xero OAuth app credentials (never commit)
xero-credentials.json
xero-encryption-key.txt

# star-history-action renders a PNG alongside the SVGs on every refresh, but
# README only embeds the SVGs. PNG doesn't delta-compress, so committing it
# would grow the repo by ~60 KB per refresh for nothing.
assets/star-history/star-history.png
