diff --git a/.gitignore b/.gitignore index afcb4c0..904a5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,6 @@ data/source/payload/ log-* *.verify.exe *.infected.exe -projects/* \ No newline at end of file +projects/* +*.test.exe +data/binary/exes/* \ No newline at end of file diff --git a/app/data.pickle b/app/data.pickle deleted file mode 100644 index 7ea6a71..0000000 Binary files a/app/data.pickle and /dev/null differ diff --git a/data/binary/dlls/libbz2-1.dll b/data/binary/dlls/libbz2-1.dll deleted file mode 100644 index 83d25c4..0000000 Binary files a/data/binary/dlls/libbz2-1.dll and /dev/null differ diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..423df4a --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,19 @@ +{ + "include": [ + "." + ], + "exclude": [ + "**/node_modules", + "bak/", + "data/", + "doc/", + "tools/", + "projects/", + "**/.pytest_cache", + "**/build", + "**/dist", + "**/.vscode", + "**/__pycache__" + ], + "reportMissingImports": true +} \ No newline at end of file