onlineinfoh's picture
Remove already-pushed files from gitignore
9c9518c
raw
history blame
275 Bytes
# Large data directories
model_training/251-500_in/
model_training/nnUNet_preprocessed/
model_training/nnUNet_raw/
fat_filtered_100-120/
# Python cache
scripts/__pycache__/
*.pyc
*.pyo
*.pyd
__pycache__/
*.so
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db