bugfix: ignorar carpetas generadas en build de lsp

This commit is contained in:
jt
2025-11-26 23:34:39 -03:00
parent 432885e107
commit 7f857fdd68
+6
View File
@@ -0,0 +1,6 @@
{
"exclude": [
"build",
"**/*.egg-info"
]
}