@@ -1,2 +1,4 @@
* annex.backend=MD5E
**/.git* annex.largefiles=nothing
+CHANGELOG.md annex.largefiles=nothing
+README.md annex.largefiles=nothing
@@ -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/`.
@@ -0,0 +1 @@
+* annex.largefiles=nothing
@@ -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.