From: Wolfgang Bangerth Date: Mon, 31 Mar 2025 22:08:49 +0000 (-0600) Subject: Let git ignore python compiled module cache. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4ce0b54a168f4302bcc106cf07c0a1eb9bbf22;p=dealii.git Let git ignore python compiled module cache. --- 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