Spaces:
Build error
Build error
File size: 290 Bytes
708dec4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
*.egg-info
*.pyc
build/
flagged/
# compilation and distribution
__pycache__
_ext
*.so
maskrcnn_benchmark.egg-info/
dist/
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Pycharm editor settings
.idea
# vscode editor settings
.vscode
# MacOS
.DS_Store
# Custom
*.custom.py |