From 2f5762c4ef6b61998ece636fd73b131d08df7d95 Mon Sep 17 00:00:00 2001 From: Michael Anstis Date: Fri, 16 May 2025 10:25:42 +0100 Subject: [PATCH] Ignore JetBrains IDE folders. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a197900..3b58d13f 100644 --- a/.gitignore +++ b/.gitignore @@ -165,7 +165,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ # Ruff stuff: .ruff_cache/