From 51f28cec16f857099320840dc3cedd93d4879c7b Mon Sep 17 00:00:00 2001 From: Brett Ford Date: Fri, 17 Jan 2025 22:05:05 +0000 Subject: [PATCH] exclude data folder from github repo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 15201ac..a33414b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# data +data/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]