From 9028d4d12c5a94ed8bd1d61d5b60b8d742c45ab0 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Tue, 26 Mar 2024 18:21:01 +0100 Subject: [PATCH] Add `__pycache__` to `.gitignore` Note that I do not precisely know if Pyzo or Python script shell execution generate `__pycache__`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fe23f3a..7ed7e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pdf *.xopp +__pycache__