DimensioDepth / .gitignore
wwieerrz's picture
🎨 Launch DimensioDepth - Advanced AI Depth Estimation
463afdd
raw
history blame contribute delete
366 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
venv/
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Models (too large for git)
backend/models/cache/*.onnx
*.onnx
*.pth
*.pt
# Logs
*.log
# Temporary files
*.tmp
*.temp
# Frontend build
frontend/node_modules/
frontend/dist/
frontend/.vite/
# Gradio
flagged/