image-understanding / .gitignore
shahkushan1's picture
Add Gradio micro-trend app with LLM integrations and prompt loading
2948ced
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
env/
venv/
.venv/
ENV/
# Packaging / build
build/
dist/
*.egg-info/
# IDE / editor
.idea/
.vscode/
# OS
.DS_Store
# Local config/secrets
.env
settings.json
.env.example
# Gradio cache
gradio_cached_examples/
gradio_processed_images/