From b25be28f21055524d6d8f789aa9c9da0da249758 Mon Sep 17 00:00:00 2001 From: Jaeyoung-Lim Date: Sat, 20 Nov 2021 22:17:18 +0100 Subject: [PATCH] Add gitignore to ignore artifacts generated at runtime This PR adds a git ignore file that removes the artifacts generated at runtime --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce1c03a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +oaisys_tmp/* +*.log +*_pycache_*