imagebind_demo / .gitignore
raghavd99's picture
app update
01ed15c
raw
history blame contribute delete
No virus
359 Bytes
# Ignore node_modules directory
node_modules/
# Ignore build output
dist/
# Ignore IDE and editor files
.vscode/
.idea/
# Ignore logs
*.log
# Ignore OS generated files
.DS_Store
Thumbs.db
# Python
__pycache__/
*.py[cod]
*$py.class
# Gradio
gradio/
gradio.egg-info/
# IDE
.vscode/
.idea/
# Logs
*.log
# Virtual Environment
.env/
#others
test_inputs/