From e277e13aec5313881466e44e745910f9f55557c7 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 14 Aug 2024 11:46:17 +0100 Subject: [PATCH] add data dir to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f31d8de..a57b14f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.old .hugo_build.lock *.json +/data *__pycache__*