# Dependencies
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Build output
dist
# Environment files
.env*
!.env.example
# Git
.git
.gitignore
# IDE
.vscode
.idea
# Test files
coverage
__tests__
jest.config.*
*.test.ts
# Misc
*.md
.DS_Store
*.log