diff --git a/bostondynamics_spot/.env.example b/bostondynamics_spot/.env.example index 952b206c..ab808197 100644 --- a/bostondynamics_spot/.env.example +++ b/bostondynamics_spot/.env.example @@ -5,4 +5,6 @@ SPOT_PASSWORD= RESTACK_ENGINE_ID= RESTACK_ENGINE_ADDRESS= -RESTACK_ENGINE_API_KEY= \ No newline at end of file +RESTACK_ENGINE_API_KEY= + +RESTACK_CLOUD_TOKEN= \ No newline at end of file diff --git a/bostondynamics_spot/.gitignore b/bostondynamics_spot/.gitignore new file mode 100644 index 00000000..17da5879 --- /dev/null +++ b/bostondynamics_spot/.gitignore @@ -0,0 +1,5 @@ +__pycache__ +.pytest_cache +venv +.env +.vscode \ No newline at end of file diff --git a/child_workflows/.env.Example b/child_workflows/.env.Example new file mode 100644 index 00000000..6d33060e --- /dev/null +++ b/child_workflows/.env.Example @@ -0,0 +1,6 @@ +# Restack Cloud (Optional) + +# RESTACK_ENGINE_ID= +# RESTACK_ENGINE_API_KEY= +# RESTACK_ENGINE_ADDRESS= +# RESTACK_CLOUD_TOKEN= \ No newline at end of file diff --git a/child_workflows/.gitignore b/child_workflows/.gitignore new file mode 100644 index 00000000..17da5879 --- /dev/null +++ b/child_workflows/.gitignore @@ -0,0 +1,5 @@ +__pycache__ +.pytest_cache +venv +.env +.vscode \ No newline at end of file diff --git a/custom_llm_gemini/.gitignore b/custom_llm_gemini/.gitignore index ed8ebf58..6d178708 100644 --- a/custom_llm_gemini/.gitignore +++ b/custom_llm_gemini/.gitignore @@ -1 +1,2 @@ -__pycache__ \ No newline at end of file +__pycache__ +.env \ No newline at end of file