*.egg-info
*.pyc
build/
DATASET/
OUTPUT/
MODEL/

# compilation and distribution
__pycache__
_ext
*.so
maskrcnn_benchmark.egg-info/
dist/

# pytorch/python/numpy formats
*.pth
*.pkl
*.npy

# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/

# Editor temporaries
*.swn
*.swo
*.swp
*~

# Pycharm editor settings
.idea

# vscode editor settings
.vscode

# MacOS
.DS_Store

# Custom
*.custom.py

