From 2789644630e83a9c9bf7cf8caa662287946509cc Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 9 Oct 2025 17:20:29 +0200 Subject: [PATCH] Remove src dir --- src/.gitattributes | 1 - src/README.md | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/.gitattributes delete mode 100644 src/README.md diff --git a/src/.gitattributes b/src/.gitattributes deleted file mode 100644 index 8bb0167..0000000 --- a/src/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* annex.largefiles=nothing diff --git a/src/README.md b/src/README.md deleted file mode 100644 index 1ed9d2f..0000000 --- a/src/README.md +++ /dev/null @@ -1,3 +0,0 @@ -All custom code goes into this directory. All scripts should be written such -that they can be executed from the root of the dataset, and are only using -relative paths for portability.