Deploy aug_gc — temporal composition Space
Browse files- .gitignore +1 -0
- deploy.sh +1 -1
.gitignore
CHANGED
|
@@ -2,3 +2,4 @@ __pycache__/
|
|
| 2 |
*.pyc
|
| 3 |
.venv/
|
| 4 |
temporal_manuscript.json
|
|
|
|
|
|
| 2 |
*.pyc
|
| 3 |
.venv/
|
| 4 |
temporal_manuscript.json
|
| 5 |
+
*.png
|
deploy.sh
CHANGED
|
@@ -40,7 +40,7 @@ hf repos create "$REPO" --type space --space-sdk gradio --exist-ok
|
|
| 40 |
# ── Upload everything except local cruft, in one commit ──────
|
| 41 |
hf upload "$REPO" . . \
|
| 42 |
--type space \
|
| 43 |
-
--exclude "__pycache__/*" --exclude "*.pyc" \
|
| 44 |
--exclude ".venv/*" --exclude "temporal_manuscript.json" \
|
| 45 |
--commit-message "Deploy aug_gc — temporal composition Space"
|
| 46 |
|
|
|
|
| 40 |
# ── Upload everything except local cruft, in one commit ──────
|
| 41 |
hf upload "$REPO" . . \
|
| 42 |
--type space \
|
| 43 |
+
--exclude "__pycache__/*" --exclude "*.pyc" --exclude "*.png" \
|
| 44 |
--exclude ".venv/*" --exclude "temporal_manuscript.json" \
|
| 45 |
--commit-message "Deploy aug_gc — temporal composition Space"
|
| 46 |
|