From 67ee1c62340e47a8c4bbcd9917a1695db4c28aa6 Mon Sep 17 00:00:00 2001 From: Nicolas Weeger Date: Sun, 15 May 2022 13:12:56 +0200 Subject: [PATCH] Ignore Python compiled files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 57c81444e..f81233469 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ python/__pycache__ +*.pyc