From 31a4ac3b807e5bae40d7609eb3ff09a91efd3286 Mon Sep 17 00:00:00 2001 From: Albin Johansson Date: Sat, 8 Jun 2024 16:10:01 +0200 Subject: [PATCH] Ignore pycache folders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 284b9775b..4df0977e4 100644 --- a/.gitignore +++ b/.gitignore @@ -55,8 +55,9 @@ build cmake-build-* -# Python virtual environments +# Python artifacts **/venv +**/__pycache__/** # Script files scripts/.cache