diff --git a/.gitignore b/.gitignore index bd14b4d..4e70b28 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,10 @@ .vscode # Byte-compiled / optimized / DLL files +MkpWIFI/__pycache__/ +MkpWIFI/build/ +MkpWIFI/dist/ +MkpWIFI/main.spec +MkpWIFI/*.dll __pycache__/ -*.py[cod] \ No newline at end of file +*.py[cod]