ml-ferret/.gitignore
2024-10-08 19:39:49 -07:00

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/