diff --git a/.gitignore b/.gitignore index 9f3fae2..d2e8bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ managed_components/ sdkconfig sdkconfig.old dependencies.lock + +# vscode local settings +.vscode/ \ No newline at end of file diff --git a/pi/.gitignore b/pi/.gitignore index 27ffb99..52ae013 100644 --- a/pi/.gitignore +++ b/pi/.gitignore @@ -2,4 +2,4 @@ */__pycache__ __pycache__/ *.pyo -*.pyc +*.pyc \ No newline at end of file