thinkingEverytime/QuantOracle
1
1# Security Notes2 3## Secrets4 5- Do **not** commit `.env` or `.streamlit/secrets.toml`.6- Use `.env.example` as a template.7- For Streamlit Cloud, configure secrets in the Streamlit app settings (environment variables / secrets UI).8 9If any keys were ever committed or shared, rotate them.10 11 