Skip to content

Commit

Permalink
unify env example gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
martinibach committed Nov 28, 2024
1 parent 863c47f commit f5a693d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bostondynamics_spot/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ SPOT_PASSWORD=

RESTACK_ENGINE_ID=
RESTACK_ENGINE_ADDRESS=
RESTACK_ENGINE_API_KEY=
RESTACK_ENGINE_API_KEY=

RESTACK_CLOUD_TOKEN=
5 changes: 5 additions & 0 deletions bostondynamics_spot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__pycache__
.pytest_cache
venv
.env
.vscode
6 changes: 6 additions & 0 deletions child_workflows/.env.Example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Restack Cloud (Optional)

# RESTACK_ENGINE_ID=<your-engine-id>
# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
# RESTACK_ENGINE_ADDRESS=<your-engine-address>
# RESTACK_CLOUD_TOKEN=<your-cloud-token>
5 changes: 5 additions & 0 deletions child_workflows/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__pycache__
.pytest_cache
venv
.env
.vscode
3 changes: 2 additions & 1 deletion custom_llm_gemini/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__pycache__
__pycache__
.env

0 comments on commit f5a693d

Please sign in to comment.