From 29eee31171a3ecf434cec2890500dc61b8163b99 Mon Sep 17 00:00:00 2001 From: Preston Crow Date: Fri, 18 Feb 2022 14:19:18 -0500 Subject: [PATCH] add .gitignore to ingore pycache --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..57c81444e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +python/__pycache__