dspy-example / .gradioignore
eusholli's picture
Upload folder using huggingface_hub
5057e1d verified
raw
history blame contribute delete
296 Bytes
# Python Virtual Environment
venv/
venv/*
**/venv/
**/venv/*
# Python cache
__pycache__/
**/__pycache__/
# Environment files
.env
.venv/
env/
ENV/
# Mac specific
.DS_Store
# Git directory
.git/
# VSCode
.vscode/
# Python compiled files
*.pyc
*.pyo
*.pyd
__pycache__/
*.so
*.egg
*.egg-info/