From 803eb8f8ca335c49bc1ff553bd70abf530d55191 Mon Sep 17 00:00:00 2001 From: Bayo Adejare Date: Sat, 2 Nov 2024 23:18:48 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 255ddcf..36953df 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.csv *.crc *.parquet -# data/ +data/ # Database # *.db *.db.wal @@ -15,4 +15,4 @@ spark-warehouse/ *.pyc *.egg-info/ *.egg -.env \ No newline at end of file +.env