refactor: some cleanup (vsc performance..)

This commit is contained in:
Dobin
2024-04-29 15:23:17 +01:00
parent 1b245e5506
commit f6ed263da0
4 changed files with 22 additions and 1 deletions
+3 -1
View File
@@ -10,4 +10,6 @@ data/source/payload/
log-*
*.verify.exe
*.infected.exe
projects/*
projects/*
*.test.exe
data/binary/exes/*
BIN
View File
Binary file not shown.
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
{
"include": [
"."
],
"exclude": [
"**/node_modules",
"bak/",
"data/",
"doc/",
"tools/",
"projects/",
"**/.pytest_cache",
"**/build",
"**/dist",
"**/.vscode",
"**/__pycache__"
],
"reportMissingImports": true
}