From a1704f7bb5560d87a518d3ed3d74a28217f2c65f Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sat, 7 Jun 2025 18:29:09 +0200 Subject: [PATCH] Ignore __pycache__ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5e82d7..c644b99 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -bin \ No newline at end of file +bin +__pycache__