Wisdom Chen
Update .gitignore
0e2bfd8 unverified
raw
history blame
180 Bytes
# Python
__pycache__/
*.py[cod]
*.so
# Environments
.env
.venv
env/
venv/
ENV/
# Streamlit
.streamlit/
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
# Logs
*.log