From 0aa41c10343b04e9bec29c8b51d816ed0a8b1e0f Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 21 Sep 2022 15:15:24 +0200 Subject: [PATCH] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..9f96f5a0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,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 +.streamlit/secrets.toml