From bb81a685edf78cf541a19e5f2b094b0b73344a7c Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 20 Apr 2023 11:48:51 -0700 Subject: [PATCH] add python thingys to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b04439 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__ +bin/ +lib/ +lib64 +pyvenv.cfg