Project initialization: Git, uv, dvc setup
This commit is contained in:
3
.dvc/.gitignore
vendored
Normal file
3
.dvc/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/config.local
|
||||
/tmp
|
||||
/cache
|
||||
7
.dvc/config
Normal file
7
.dvc/config
Normal file
@@ -0,0 +1,7 @@
|
||||
[cache]
|
||||
dir = /mnt/fast/dvc-cache
|
||||
shared = group
|
||||
type = reflink
|
||||
['remote "myremote"']
|
||||
url = /mnt/safe/dvc-remote
|
||||
shared = group
|
||||
Reference in New Issue
Block a user