SAMapi/.gitignore
2023-10-21 21:56:30 +08:00

43 lines
415 B
Plaintext

.nfs*
# 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
*.pth
# onnx models
*.onnx
# ipython/jupyter notebooks
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# editor settings
.idea
.vscode
_darcs
onepage.py
# demo
**/node_modules
yarn.lock
package-lock.json
/notebooks