mirror of
https://github.com/PyRetri/PyRetri.git
synced 2025-06-03 14:49:50 +08:00
add .gitignore and rm .DS_Store
This commit is contained in:
parent
669c9c0ce9
commit
0662fb9b5e
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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
BIN
main/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/.DS_Store
vendored
BIN
pyretri/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/datasets/.DS_Store
vendored
BIN
pyretri/datasets/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/datasets/transformer/.DS_Store
vendored
BIN
pyretri/datasets/transformer/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
BIN
pyretri/extract/.DS_Store
vendored
BIN
pyretri/extract/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/extract/aggregator/.DS_Store
vendored
BIN
pyretri/extract/aggregator/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/extract/splitter/.DS_Store
vendored
BIN
pyretri/extract/splitter/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/index/.DS_Store
vendored
BIN
pyretri/index/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/index/dim_processor/.DS_Store
vendored
BIN
pyretri/index/dim_processor/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/index/feature_enhancer/.DS_Store
vendored
BIN
pyretri/index/feature_enhancer/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
BIN
pyretri/index/re_ranker/.DS_Store
vendored
BIN
pyretri/index/re_ranker/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/models/.DS_Store
vendored
BIN
pyretri/models/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/models/backbone/.DS_Store
vendored
BIN
pyretri/models/backbone/.DS_Store
vendored
Binary file not shown.
BIN
pyretri/models/backbone/backbone_impl/.DS_Store
vendored
BIN
pyretri/models/backbone/backbone_impl/.DS_Store
vendored
Binary file not shown.
BIN
search/.DS_Store
vendored
BIN
search/.DS_Store
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user