From 32b42cb32cc7b3e209ab50265cc27f6b3bb94d2f Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 28 Jun 2024 11:27:30 +0100 Subject: [PATCH] Add pycache related files --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99bf4dc..71afaed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ -**/__pycache__ .idea/ clashroyalebuildabot/debug .venv .vscode *.egg-info dist/ -build/ \ No newline at end of file +build/ +__pycache__/ +*.pyc \ No newline at end of file