From 011aedb2777150c38498c47a930a53b9fdb7cc70 Mon Sep 17 00:00:00 2001 From: kylmcani95 <59743205+kylmcani95@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:11:33 -0400 Subject: [PATCH] Add *.pyc to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ab2a82..abb04e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea src/test/ src/config/api_config.yaml -important_stuff.txt \ No newline at end of file +important_stuff.txt +*.pyc