# Node artifact files
node_modules/
dist/

.env.*.local
.env.local

# Log files
*.log

# JetBrains IDE
.idea/

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

