From 0f692e2ca3c9c70df9bca5ead90b7610796f8e5f Mon Sep 17 00:00:00 2001 From: m-guberina <gubi.guberina@gmail.com> Date: Thu, 3 Oct 2024 10:32:37 +0200 Subject: [PATCH] hopefully not tracking pycache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e597fdb..d565d59 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ clik/build/ build/ **/.build **/build -**__pychache__ +**__pycache__ -- GitLab