From f00ee5a825356c4a712680134966204be8d3107a Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 19 Oct 2023 16:15:24 -0400 Subject: [PATCH] Update gitignore to ignore data dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d449ab3..6597f7f 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,6 @@ dmypy.json # Pyre type checker .pyre/ + +# data +/data