glip-zeroshot-demo / .gitignore
haotiz's picture
initial commit
708dec4
raw history blame
No virus
290 Bytes
*.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