From cccf4650c272799778064f1b08c53e047145753f Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Wed, 11 Feb 2026 19:40:10 -0800 Subject: [PATCH] add in cache to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 731e1fda..4434eb13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ stocks.parquet stocks_preview.csv -appdata.db \ No newline at end of file +appdata.db +__pycache__ \ No newline at end of file