Organize host and robot streaming releases

This commit is contained in:
Mike Mi
2026-08-09 15:56:20 +08:00
commit decff19daf
532 changed files with 127054 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Local configuration and credentials
**/*.env.local
**/.env.local
**/.venv/
# Build and runtime output
**/build/
**/install/
**/log/
**/logs/
**/dist/
**/node_modules/
**/__pycache__/
**/*.pyc
**/bin/
**/obj/
# Source release archives are extracted into this repository; keep the repo
# source-oriented and do not commit duplicate bundles.
**/*.tar.gz
**/*.zip
# Local editor/OS files
.DS_Store
Thumbs.db
.vscode/
.idea/
# Workspace-agent metadata is not part of the deployable source tree.
**/.codex
**/AGENT.md
**/CLAUDE.md