Update .gitignore to include pymakr-test and .vscode directories

This commit is contained in:
Aaron 2025-11-04 22:05:19 -05:00
parent c1e2460758
commit 7428a6b5a6

7
.gitignore vendored
View File

@ -1,2 +1,5 @@
/__pycache__
/secrets.py
/__pycache__/
/secrets.py
/pymakr-test/
.gitignore
.vscode/