Organize host and robot streaming releases
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user