From cb193d7f80948b5903c1e57cec03757359238c6a Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Wed, 17 Feb 2021 13:19:01 +0800 Subject: [PATCH] update 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..f63128c --- /dev/null +++ b/python/.gitignore @@ -0,0 +1,4 @@ +*.egg-info +__pycache__ +build +dist