diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1f31cca..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.gitignore -__pycache__ -global_config.json -.vscode -.micropico diff --git a/.micropico b/.micropico deleted file mode 100644 index 3de3977..0000000 --- a/.micropico +++ /dev/null @@ -1,3 +0,0 @@ -{ - "info": "This file is just used to identify a project folder." -} \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index fbc7999..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "recommendations": [ - "ms-python.python", - "visualstudioexptteam.vscodeintellicode", - "ms-python.vscode-pylance", - "paulober.pico-w-go" - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 2b576bf..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "python.linting.enabled": true, - "python.languageServer": "Pylance", - "python.analysis.typeCheckingMode": "basic", - "micropico.syncFolder": "", - "micropico.openOnStart": true, - "python.analysis.typeshedPaths": [ - ".vscode/Pico-W-Stub" - ], - "python.analysis.extraPaths": [ - ".vscode/Pico-W-Stub/stubs" - ] -} \ No newline at end of file