diff --git a/.dvc/.gitignore b/.dvc/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..528f30c71c687de473bbb506c071e902beba6cd9 --- /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 0000000000000000000000000000000000000000..c6def5a439f88c1bbbfcbb825069f422fe044f38 --- /dev/null +++ b/.dvc/config @@ -0,0 +1,9 @@ +[core] +remote = ImagingPlatform + +['remote "ImagingPlatform"'] +url = https://ktc.esilab.org:443/remote?remote=4279 +auth = custom +custom_auth_header = X-Token +ssl_verify = False + diff --git a/.dvcignore b/.dvcignore new file mode 100644 index 0000000000000000000000000000000000000000..78e7fc5f867db12454460632920795eed647ba8a --- /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 \ No newline at end of file