the-op-segmenter / .gitignore
google-labs-jules[bot]
Create a complete brain tumor segmentation application using Gradio.
6477883
raw
history blame contribute delete
338 Bytes
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyTorch
*.pth
*.pt
# Jupyter Notebook
.ipynb_checkpoints
# Environment
.env
.venv
env/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db