From 6f4b444fe57d906f06b3e2dd79ab645bbb93e5b7 Mon Sep 17 00:00:00 2001 From: tripleMu <92794867+triple-Mu@users.noreply.github.com> Date: Mon, 23 May 2022 11:48:41 +0800 Subject: [PATCH] Fix .gitignore (#3824) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 266ea237e..cf573af1e 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,5 @@ cmake-build-release __pycache__ *.pyc *.pyd +*.egg-info/ +python/setup.py