gitignore fixes

This commit is contained in:
nckcard
2025-07-02 16:39:10 -07:00
parent b423ba869f
commit 5d9a101507
5 changed files with 179 additions and 165 deletions

4
data/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# ignore everything in this folder except my README.md and myself
*
!README.md
!/.gitignore

1
data/README.md Normal file
View File

@@ -0,0 +1 @@
Data can be downloaded from Dryad, [here](https://datadryad.org/stash/dataset/doi:10.5061/dryad.dncjsxm85). Please download this data and place it in the `data` directory before running the code. Be sure to unzip `t15_copyTask_neuralData.zip` and `t15_pretrained_rnn_baseline.zip`.