From d6c4f6a0fc5032e725a07691432af6a22de01623 Mon Sep 17 00:00:00 2001 From: danijoo Date: Sun, 27 Nov 2022 12:16:45 +0100 Subject: [PATCH] ignore pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 82195aa..685450e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv -.idea \ No newline at end of file +.idea +__pycache__ \ No newline at end of file