Zenith-V1.1-Coder / .gitignore
algorythmtechnologies's picture
Initial commit with Gradio app and model loading from Hub
e335e03
raw
history blame contribute delete
301 Bytes
# Dependencies
/node_modules
/sunlight/node_modules
# Build artifacts
/dist
/build
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Other
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/