add .gitignore and rm .DS_Store

pull/1/head
Lei 2020-04-26 12:42:28 +08:00
parent 669c9c0ce9
commit 0662fb9b5e
18 changed files with 30 additions and 0 deletions

30
.gitignore vendored 100644
View File

@ -0,0 +1,30 @@
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
detectron2.egg-info/
build/
dist/
wheels/
# pytorch/python/numpy formats
*.pth
*.pkl
*.npy
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# editor settings
.idea
.vscode
.DS_Store

BIN
main/.DS_Store vendored

Binary file not shown.

BIN
pyretri/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
search/.DS_Store vendored

Binary file not shown.