From 035356e8842343f39c930f01aa9bfb608e9f19f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Fri, 7 Aug 2026 20:05:54 +0200 Subject: [PATCH] MNT: Ignore the JetBrains IDE project config folder Ignore the JetBrains IDE project config folder. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4a201c72..a8bcb112 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,9 @@ dmypy.json # Pyre type checker .pyre/ + +# IDE configuration +.idea/ .vscode/ tmp/