From 421edbf3c3e182ef4d7a602478a1d4e44166b4ef Mon Sep 17 00:00:00 2001 From: rajasriramoju Date: Mon, 15 Apr 2024 09:36:10 -0700 Subject: [PATCH] gitignore sfapi modifications and moving ptycho_jobscript.py --- .gitignore | 8 +++++++- orchestration/{ => flows/bl7012}/ptycho_jobscript.py | 0 2 files changed, 7 insertions(+), 1 deletion(-) rename orchestration/{ => flows/bl7012}/ptycho_jobscript.py (100%) diff --git a/.gitignore b/.gitignore index 8e9c229..ed8e37c 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,10 @@ users.yml splash_flows_globus/ splash_auth/ -*-deployment.yaml \ No newline at end of file +*-deployment.yaml + +# SFAPI keys +clientid.txt +priv_key.jwk +priv_key.pem +sfapi_training.json \ No newline at end of file diff --git a/orchestration/ptycho_jobscript.py b/orchestration/flows/bl7012/ptycho_jobscript.py similarity index 100% rename from orchestration/ptycho_jobscript.py rename to orchestration/flows/bl7012/ptycho_jobscript.py