# Node.js / Next.js backend
backend/node_modules/
backend/.next/
backend/out/
backend/data/
backend/.env
backend/.env.local
backend/.env.production
backend/next-env.d.ts

# Dota 2 custom game compiled files
*.vpcf_c
*.vxml_c
*.vsndevts_c
*.vtex_c

# OS files
.DS_Store
Thumbs.db

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

# Logs
*.log
npm-debug.log*
