Spaces:
Running
Running
File size: 322 Bytes
2507d2f 0146c67 2507d2f 82ee2a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# Compiled python modules.
*.pyc
# Byte-compiled
_pycache__/
.cache/
# Poetry, setuptools, PyPI distribution artifacts.
/*.egg-info
.eggs/
build/
dist/
poetry.lock
# Tests
.pytest_cache/
# Type checking
.pytype/
# Other
*.DS_Store
# PyCharm
.idea
models/sp_v6/*
models/og_export*
# models/dinov2_vitb14_pretrain.pth
|