From 3c71bdd32363cb0555ad8148371f23645022c057 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 13 Jun 2024 08:16:01 -0400 Subject: [PATCH] Update Python.gitignore Added Streamlit secrets file --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f92755..c06da0c5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -160,3 +160,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Streamlit secrets file +secrets.toml