# YoYo AI version control directory .yoyo/ # macOS duplicate files (iCloud/sync conflicts) * 2.* * 3.* * 4.* *\ 2 *\ 3 *\ 4 **/* 2* **/* 3* **/* 4* # Dependencies node_modules/ **/node_modules/ # Build outputs dist/ **/dist/ build/ **/build/ # Environment files .env .env.local .env.*.local # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Temporary files *.tmp .cache/