From 4e7dc4044be8c43d896c68e8876477ee57d5beaa Mon Sep 17 00:00:00 2001 From: Kalyan Dutia Date: Mon, 16 Sep 2024 13:49:26 +0100 Subject: [PATCH] gitignore models cache dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d853f82..d15eb67 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ data/** !data/**/.gitkeep +# Cached models folder +models/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]