# Dependencies node_modules/ */node_modules/ # Environment variables .env .env.local .env.*.local # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* logs/ # Runtime data pids *.pid *.seed *.pid.lock # Build outputs dist/ build/ */dist/ */build/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Cursor/Agent tools .cursor/ # Test coverage coverage/ .nyc_output/ # Temporary files tmp/ temp/ *.tmp # SQL scripts (optional - nur wenn sie sensible Daten enthalten) # backend/*.sql # Database *.db *.sqlite *.sqlite3