Update .gitignore to ignore secrets.py file everywhere

This commit is contained in:
Aaron 2025-11-05 12:28:59 -05:00
parent 2fba3367ab
commit 12c3fd59fe

2
.gitignore vendored
View File

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