.vscode
.eslintignore
.eslintrc.js
.prettierignore
.editorconfig
tsconfig.json
tsconfig.*.json
babel.config.js
jest.config.js
prettier.config.js
vite.config.ts
webpack.config.js
*.tsbuildinfo

/.pnp.*

# Logs
logs/
*.log

# Cache
.eslintcache
.idea
.npm
.vscode
.yarnclean

# Directories
coverage/
dist/
dts/
esm/
mjs/
cjs/
node_modules/

# Custom
*.min.js
*.map

.DS_Store
*.local

tsconfig.json
jest.config.js

benchmark/
.yarn/
.config/
.github/
.swc/
.vscode/
data/
docs/
.yarnrc.yml
*.config.js
tsconfig*.json
