# Node modules
node_modules/

# Build outputs
dist/
build/
*.exe
*.dll
*.pdb
*.ilk
*.obj

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

# OS files
.DS_Store
Thumbs.db
desktop.ini

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

# Temporary files
*.tmp
*.temp
temp/
tmp/

# Cache
.cache/
.npm/
