Compare commits
2 Commits
d4d4bb430c
...
269be95562
| Author | SHA1 | Date | |
|---|---|---|---|
| 269be95562 | |||
| 5698fca7ae |
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
|
||||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -8,3 +8,9 @@ wheels/
|
|||||||
|
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
.venv
|
.venv
|
||||||
|
|
||||||
|
# Dataset
|
||||||
|
quickdraw_bot/data
|
||||||
|
|
||||||
|
# DVC
|
||||||
|
dvc/config.local
|
||||||
6
quickdraw_bot/data.dvc
Normal file
6
quickdraw_bot/data.dvc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
outs:
|
||||||
|
- md5: f46c877020a059df22fc383cd2f0a0bb.dir
|
||||||
|
size: 3
|
||||||
|
nfiles: 1
|
||||||
|
hash: md5
|
||||||
|
path: data
|
||||||
Reference in New Issue
Block a user