From b529d7803758ae17049ff00543e558546042c19c Mon Sep 17 00:00:00 2001 From: LucasVbr Date: Sun, 5 Jun 2022 12:42:07 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5935305..4094836 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ .idea/**/* venv/* -venv/**/* \ No newline at end of file +venv/**/* + +__pycache__/* +__pycache__/**/* \ No newline at end of file