From c994e2b50175a867892614ba558764bed1e9cd8d Mon Sep 17 00:00:00 2001 From: Stephen Deaton Date: Sat, 13 Jul 2024 13:46:31 -0400 Subject: [PATCH] Ignore LessonPlan folder and apiconfig.py files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 88d1a41..369af48 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ __pycache__ desktop.ini dist/ build/ -test_* \ No newline at end of file +test_* +apiconfig.py +LessonPlan/ \ No newline at end of file