# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.venv/
venv/

# Streamlit secrets (never commit real keys)
.streamlit/secrets.toml
examples/.streamlit/secrets.toml
