# Datasets
*.nii.gz
*.pkl
*.npz
*.npy
*.json
!config/*.mrk.json

# IDE
.vscode/

# PyCache
__pycache__/
*.pyc

# Setup
*egg-info

# Logging
*.log
*.out

# Runs
runs

# Testing / debugging files
backup

# Build
organ_det/models/ops/build/
organ_det/models/ops/dist/

# C
*.so
*.o
