# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Build outputs dist/ build/ # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Logs logs *.log # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ # Temporary folders tmp/ temp/ # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Go specific (for future backend) *.exe *.exe~ *.dll *.so *.dylib *.test *.out go.work vendor/ # Database files *.db *.sqlite *.sqlite3 # Local development files .local/