Skip to content

Commit f5a693d

Browse files
committed
unify env example gitignore
1 parent 863c47f commit f5a693d

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

bostondynamics_spot/.env.example

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ SPOT_PASSWORD=
55

66
RESTACK_ENGINE_ID=
77
RESTACK_ENGINE_ADDRESS=
8-
RESTACK_ENGINE_API_KEY=
8+
RESTACK_ENGINE_API_KEY=
9+
10+
RESTACK_CLOUD_TOKEN=

bostondynamics_spot/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
.pytest_cache
3+
venv
4+
.env
5+
.vscode

child_workflows/.env.Example

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Restack Cloud (Optional)
2+
3+
# RESTACK_ENGINE_ID=<your-engine-id>
4+
# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
5+
# RESTACK_ENGINE_ADDRESS=<your-engine-address>
6+
# RESTACK_CLOUD_TOKEN=<your-cloud-token>

child_workflows/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
.pytest_cache
3+
venv
4+
.env
5+
.vscode

custom_llm_gemini/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__pycache__
1+
__pycache__
2+
.env

0 commit comments

Comments
 (0)