Merge pull request from DIYer22/master

add .gitignore and rm .DS_Store
pull/2/head
hby96 2020-04-26 14:38:37 +08:00 committed by GitHub
commit 8f660af108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 30 additions and 0 deletions
pyretri
datasets
transformer
transformers_impl
extract
aggregator
splitter
index
dim_processor
feature_enhancer
feature_enhancer_impl
re_ranker
models
backbone
backbone_impl
search

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.