serve dataset

This commit is contained in:
deng
2026-06-16 15:46:16 +08:00
parent d4d4bb430c
commit 5698fca7ae
5 changed files with 20 additions and 1 deletions

3
.dvc/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/config.local
/tmp
/cache

4
.dvc/config Normal file
View File

@ -0,0 +1,4 @@
[core]
remote = webdav
['remote "webdav"']
url = https://file.guineapig.love//home/dvc

View File

@ -0,0 +1,3 @@
['remote "webdav"']
user =
password =

3
.dvcignore Normal file
View 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

6
.gitignore vendored
View File

@ -8,3 +8,9 @@ wheels/
# Virtual environments # Virtual environments
.venv .venv
# Dataset
quickdraw_bot/data
# DVC
dvc/config.local