🙈 feat: update .gitignore to include IDE settings for VS Code and IntelliJ

This commit is contained in:
Matheus Toledo 2025-06-16 12:32:43 -03:00
parent 190cef2627
commit 83f6d15ba9
1 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -139,5 +139,6 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/
# VS Code settings # IDE settings
.vscode/ .vscode/
.idea/