wisdom196473
Add secrets.toml to gitignore
656e047
raw
history blame
491 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment variables
.env
# Logs
*.log
# Local development
.DS_Store
Thumbs.db
# Model checkpoints and data
*.pth
*.pt
*.bin
*.h5
*.pkl
*.model
# Jupyter Notebook
.ipynb_checkpoints
.streamlit/secrets.toml
.streamlit/secrets.toml