From f83ab227e6d8c5798a212c466e7e109dc72fc408 Mon Sep 17 00:00:00 2001 From: Creat0r Date: Thu, 27 Nov 2025 18:20:24 +0100 Subject: [PATCH] pycache in gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42541cc..bdcafb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .venv token.yaml -ollama-api.yaml \ No newline at end of file +ollama-api.yaml +__pycache__/* +bin/__pycache__/* \ No newline at end of file