imageToCode / .gitignore
pushpendra.parmar
git ignore updated
dd4c86a
raw
history blame
230 Bytes
# Python cache files
*.pyc
__pycache__/
# Temporary files
temp_image.jpg
*.tmp
# Streamlit app files
*.streamlit
# Environment files
.env
# Logs
*.log
# OS-specific files
.DS_Store
Thumbs.db
# Generated HTML files
index.html