# Git
.git
.gitignore

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Next.js
.next
out
build

# IDE
.vscode
.idea
*.swp
*.swo
*~
.DS_Store

# Environment
.env*
!.env.example

# Testing
coverage
.nyc_output

# Misc
README.md
LICENSE
.editorconfig

# Git
.gitattributes
