From 659addd0ee69f9a0357b18b1271e7780369d49ee Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 19 Nov 2024 21:29:57 -0800 Subject: [PATCH] git ignore cache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cafc1c..808386f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.venv/ \ No newline at end of file +.venv/ +__pycache__/ \ No newline at end of file