From 93aa0bebf68294aafb816a224c1d4fd64a8c74cd Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Apr 2025 18:30:12 -0500 Subject: [PATCH] chore: remove old cache directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a4a582c..2a673364 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ ENV/ *.swo # Dependencies -sports-reference/ \ No newline at end of file +sports-reference/ + +# Cache directory +cache/ \ No newline at end of file