# dependencies (bun install)
node_modules

# output
out
dist
*.tgz

# fonts materialized from @fontsource/plus-jakarta-sans by `bun run fonts:install`
assets/fonts/
static/fonts/

# icons materialized from @fortawesome/fontawesome-free by `bun run icons:install`
assets/images/icons/

# marketing screenshots fetched at build time from the latest
# marketing-screenshots workflow run (see scripts/fetch-screenshots.ts
# for the local-dev fetch and .github/workflows/deploy-website.yaml
# for the CI step). Not committed — the workflow regenerates these
# from the Playwright integration suite on demand.
assets/images/screenshots/

# code coverage
coverage
*.lcov

# logs
logs
*.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# caches
.eslintcache
.cache
*.tsbuildinfo

# IntelliJ based IDEs
.idea

# Finder (MacOS) folder config
.DS_Store
