Apply YODA dataset setup

This commit is contained in:
Marty Oehme 2025-11-20 12:26:03 +01:00
parent 50e0900412
commit 38fe001d48
Signed by: Marty
GPG key ID: 4E535BC19C61886E
5 changed files with 13 additions and 0 deletions

2
.gitattributes vendored
View file

@ -1,2 +1,4 @@
* annex.backend=MD5E
**/.git* annex.largefiles=nothing
CHANGELOG.md annex.largefiles=nothing
README.md annex.largefiles=nothing

0
CHANGELOG.md Normal file
View file

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Project <insert name>
## Dataset structure
- All inputs (i.e. building blocks from other sources) are located in
`inputs/`.
- All custom code is located in `code/`.

1
code/.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* annex.largefiles=nothing

3
code/README.md Normal file
View file

@ -0,0 +1,3 @@
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.