From 9e904400d81a7fb17b383e680b6b3d24dd715d10 Mon Sep 17 00:00:00 2001 From: hwelch-fle <91618355+hwelch-fle@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:13:20 -0400 Subject: [PATCH] updated gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2c9fd2..c2c90eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ -*.codeworkspace \ No newline at end of file +# Filetypes +*.codeworkspace +*.pyc + + +# Directories +__pycache__/ \ No newline at end of file