# IDE
.idea
target

# log
logs

# deps
node_modules

# test & build
coverage
out/
build
dist
*.tsbuildinfo

# misc
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-lock.yaml
pnpm-workspace.yaml

# env
*.env
.env*.local

# others
openisle.iml
