From 9266813aaca68a62ab5076824a351cf63c2c037a Mon Sep 17 00:00:00 2001 From: "shiyao.zhu" Date: Mon, 19 Jun 2023 22:18:51 +0800 Subject: [PATCH] add git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec09eed..10c5a42 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ build/ dist/ python_okx.egg-info/ *.DS_Store +**/__pycache__ **/**/__pycache__ ### STS ###