# Source files
src/

# Docs
docs/

# Tests
*.spec.*
*.test.*
coverage/
test-results/
tests-out/

# Builds
build/
storybook-static/

# Config files
.storybook
.eslintrc.js
.eslintignore
api-extractor.json
jest.config.js
tsconfig.json
tsconfigbase.json
tsconfig.storybook.json
rollup.config.js
playwright.config.ts
tsconfig.playwright.*

# Cache
temp
