commit ea999c978c74a374bb2f26625dc9d9a1fa1495a9 Author: Franziska Gerold Date: Fri Jun 5 14:44:30 2026 +0200 Initialize DVC diff --git a/.dvc/.gitignore b/.dvc/.gitignore new file mode 100644 index 0000000..69f937a --- /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..e69de29 diff --git a/.dvcignore b/.dvcignore new file mode 100644 index 0000000..2ccdbc9 --- /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