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

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

# checkpoint
checkpoint/

# dataset
datasets/vg/
*.png
*.jpg
*.jpeg

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

# Pycharm editor settings
.idea

# vscode editor settings
.vscode

# MacOS
.DS_Store

# logging files
**/wandb/

# Others
collect_env.py

# environments
.venv
.env