From 9269d9c86534f897bf31aa656a76b7de65d7ee1d Mon Sep 17 00:00:00 2001 From: Blake Naccarato Date: Sun, 15 Oct 2023 15:42:01 -0700 Subject: [PATCH] Ignore API key file from tutorial --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bddd932..f89d8e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # List of untracked files to ignore +myAPIkey.txt *.asv *.zip *.pyc @@ -7,4 +8,4 @@ *.vs *TestOutput MATLAB-Live-Task-for-Python -__pycache__ \ No newline at end of file +__pycache__