# Dependency directories
node_modules/
jspm_packages/
uploads/

# Environment variables
# .env
# .env.local
# .env.development.local
# .env.test.local
# .env.production.local

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist/
build/
out/

# Testing
coverage/
.nyc_output/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# Operating System Files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
*.swp
*.swo

# Misc
.npm
.eslintcache
.node_repl_history