diff --git a/.dvc/.gitignore b/.dvc/.gitignore new file mode 100644 index 0000000..528f30c --- /dev/null +++ b/.dvc/.gitignore @@ -0,0 +1,3 @@ +/config.local +/tmp +/cache diff --git a/.dvc/config b/.dvc/config new file mode 100644 index 0000000..ec7de89 --- /dev/null +++ b/.dvc/config @@ -0,0 +1,4 @@ +[core] + remote = webdav +['remote "webdav"'] + url = https://file.guineapig.love//home/dvc diff --git a/.dvc/config.local.example b/.dvc/config.local.example new file mode 100644 index 0000000..ff058b7 --- /dev/null +++ b/.dvc/config.local.example @@ -0,0 +1,3 @@ +['remote "webdav"'] + user = + password = diff --git a/.dvcignore b/.dvcignore new file mode 100644 index 0000000..5197305 --- /dev/null +++ b/.dvcignore @@ -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 diff --git a/.gitignore b/.gitignore index 88efd90..b2f3222 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,10 @@ wheels/ *.egg-info # Virtual environments -.venv \ No newline at end of file +.venv + +# Dataset +quickdraw_bot/data + +# DVC +dvc/config.local \ No newline at end of file