# Dependencies
node_modules/
package-lock.json
yarn.lock
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
build/
# Coverage reports
coverage/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Temporary files
tmp/
temp/