I have put my credentials in .streamlit/creds.json and put the file in .gitignore. Locally my streamlit app works but when I want to put it online it can’t find the file.
FileNotFoundError: [Errno 2] No such file or directory: ‘.streamlit/creds.json’
How do I fix this without having the file shown in github? In the streamlit interface I can put secrets but only in a toml file and I want json