From 347d26aef7e50b45547ade899803e462676de2e5 Mon Sep 17 00:00:00 2001 From: Neill Cox Date: Wed, 18 Oct 2023 08:26:02 +1100 Subject: [PATCH] :closed_lock_with_key: Exclude secrets from git --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6f2f85..9666b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ venv/ *.gen -*__pycache__* \ No newline at end of file +*__pycache__* +secrets.bash