diff --git a/.gitignore b/.gitignore index 9cad8c9..bd14b4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ -MkpWIFI/__pycache__ +# Eclipse user settings directory .project .pydevproject -.settings \ No newline at end of file +.settings + +# VS Codium user settings directory +.vscode + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] \ No newline at end of file