From ba2cfee3c8572dea38df7b63c7ae134d9cbb5cfa Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 13 Jun 2022 10:24:19 -0700 Subject: [PATCH] python/.gitignore --- python/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/.gitignore diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 0000000..a59b2b8 --- /dev/null +++ b/python/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyo +*.pyc +*_dsoinfo.py