Skip to content
Snippets Groups Projects
Select Git revision
  • 3da34d85e94ac78a8087cdcad6735f162457e89a
  • main default protected
  • 3D_UNet
  • notebooksv1
  • scaleZYX_mean
  • notebooks
  • convert_tiff_folders
  • test
  • notebook_update
  • threshold-exploration
  • optimize_scaleZYXdask
  • layered_surface_segmentation
  • conv_zarr_tiff_folders
  • 3d_watershed
  • tr_val_te_splits
  • save_files_function
  • memmap_txrm
  • v0.4.1
  • v0.4.0
  • v0.3.9
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.0
25 results

.gitignore

Blame
  • s233039's avatar
    s233039 authored and fima committed
    3da34d85
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 327 B
    # Compiled Python files
    *.pyc
    *.pyo
    __pycache__/
    
    # Distribution directories
    dist/
    build/
    *.egg-info/
    
    # Development and editor files
    .vscode/
    .idea/
    .cache/
    .pytest_cache/
    *.swp
    *.swo
    *.pyc
    *~
    *.html
    
    # Notebook checkpoints
    .ipynb_checkpoints/
    
    # MacOS finder files
    *.DS_Store
    
    # Installed itk-vtk-viewer files
    itk_vtk_viewer/