From 170b0963ded7bbf870d10ccc37b5cd65748effa1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 29 May 2023 10:54:16 +0200 Subject: [PATCH] ignore pycache directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b0e22df..6835889 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ lib/ pyvenv.cfg .ruff_cache/ + +__pycache__/