From 83f6d15ba96dac31bc3c1318243f10cda5a5fb39 Mon Sep 17 00:00:00 2001 From: Matheus Toledo Date: Mon, 16 Jun 2025 12:32:43 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20feat:=20update=20.gitignore=20to?= =?UTF-8?q?=20include=20IDE=20settings=20for=20VS=20Code=20and=20IntelliJ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fcb93f1..e36b675 100644 --- a/.gitignore +++ b/.gitignore @@ -139,5 +139,6 @@ dmypy.json # Cython debug symbols cython_debug/ -# VS Code settings -.vscode/ \ No newline at end of file +# IDE settings +.vscode/ +.idea/ \ No newline at end of file