From 8e4111fe821ef21473d4eb8c90a3528701776782 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Wed, 1 Feb 2023 16:24:13 +0100 Subject: [PATCH] project: Add __pycache__ to .gitignore Part-of: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index db490f34c..db49f69cd 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ doc/reference/meta.types **/tags.* build/ subprojects/sysprof/ +__pycache__/