From dfc2c9616a9b6c727e5863cfc940ca362d4f1d9f Mon Sep 17 00:00:00 2001 From: Martin Schrimpf Date: Wed, 1 May 2024 03:45:21 -0400 Subject: [PATCH] Allow data additions in .gitignore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f7bafda..6749fc1b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ __pycache__/ # Folders xarray_test/* -data/* # C extensions *.so @@ -136,7 +135,6 @@ dmypy.json ### project specific additions: -brainscore_language/data html .vscode *.code-workspace @@ -149,4 +147,3 @@ cache .cache .idea/ wandb/ -**/models/lm1b/resources \ No newline at end of file