mirror of https://github.com/JDAI-CV/fast-reid.git
38 lines
333 B
Plaintext
38 lines
333 B
Plaintext
|
|
logs
|
|
|
|
# compilation and distribution
|
|
__pycache__
|
|
_ext
|
|
*.pyc
|
|
*.pyd
|
|
*.so
|
|
*.dll
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
wheels/
|
|
|
|
# pytorch/python/numpy formats
|
|
*.pth
|
|
*.pkl
|
|
*.npy
|
|
*.ts
|
|
model_ts*.txt
|
|
|
|
# ipython/jupyter notebooks
|
|
*.ipynb
|
|
**/.ipynb_checkpoints/
|
|
|
|
# Editor temporaries
|
|
*.swn
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
|
|
# editor settings
|
|
.idea
|
|
.vscode
|
|
_darcs
|
|
.DS_Store
|