Add more pattern in gitignore (#4799)

* add more gitignore

* add more
This commit is contained in:
Yang Wang 2021-09-23 13:52:40 +08:00 committed by GitHub
parent ca2723d778
commit 6e73d35d9c

6
.gitignore vendored
View file

@ -1,2 +1,8 @@
*.so *.so
.idea .idea
__pycache__
*.egg-info
target
*.log
build
dist