diff options
author | Devin Dooley <dooleydevin@github.com> | 2025-07-01 10:02:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-01 10:02:27 -0700 |
commit | 524ae7b4c771d6ca5053374c93fca2a23d072ef5 (patch) | |
tree | 4a94f8228be173c5e5bb900a8a98a91ca0c9126e | |
parent | 1a3a16e9982022d5467a443172481a8b3b7f805e (diff) | |
parent | b7cb2f27059321be78d9cda41502bb76f6a977e5 (diff) | |
download | gitignore-main.tar.gz gitignore-main.zip |
Update Python.gitignore to include Streamlit secrets
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index b7faf403..abd8cb78 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -205,3 +205,6 @@ cython_debug/ marimo/_static/ marimo/_lsp/ __marimo__/ + +# Streamlit +.streamlit/secrets.toml |