From 9d4ce0b54a168f4302bcc106cf07c0a1eb9bbf22 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 31 Mar 2025 16:08:49 -0600 Subject: [PATCH] Let git ignore python compiled module cache. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4d186c07f0..86f190af6b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ CMakeLists.txt.user /.cache /.clangd +# Python compiled modules +/contrib/utilities/__pycache__ + # misc /compile_commands.json /.clang_complete -- 2.39.5