serve dataset
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
|
||||
4
.dvc/config
Normal file
4
.dvc/config
Normal file
@ -0,0 +1,4 @@
|
||||
[core]
|
||||
remote = webdav
|
||||
['remote "webdav"']
|
||||
url = https://file.guineapig.love//home/dvc
|
||||
3
.dvc/config.local.example
Normal file
3
.dvc/config.local.example
Normal file
@ -0,0 +1,3 @@
|
||||
['remote "webdav"']
|
||||
user =
|
||||
password =
|
||||
3
.dvcignore
Normal file
3
.dvcignore
Normal file
@ -0,0 +1,3 @@
|
||||
# Add patterns of files dvc should ignore, which could improve
|
||||
# the performance. Learn more at
|
||||
# https://dvc.org/doc/user-guide/dvcignore
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
@ -7,4 +7,10 @@ wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
.venv
|
||||
|
||||
# Dataset
|
||||
quickdraw_bot/data
|
||||
|
||||
# DVC
|
||||
dvc/config.local
|
||||
Reference in New Issue
Block a user