mirror of
https://github.com/apple/ml-ferret.git
synced 2025-01-18 02:33:27 +00:00
35 lines
328 B
Plaintext
35 lines
328 B
Plaintext
*.egg-info
|
|
*.pyc
|
|
build/
|
|
|
|
# compilation and distribution
|
|
__pycache__
|
|
_ext
|
|
*.so
|
|
dist/
|
|
|
|
# pytorch/python/numpy formats
|
|
*.pth
|
|
*.pkl
|
|
*.npy
|
|
|
|
# Editor temporaries
|
|
*.swn
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
|
|
# Pycharm editor settings
|
|
.idea
|
|
|
|
# vscode editor settings
|
|
.vscode
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# Customized
|
|
checkpoints/ |