Update .gitignore (#352)

This commit is contained in:
Dong-hyeon Shin 2023-01-27 15:54:07 +09:00 committed by GitHub
parent 1c20f4357c
commit c690b2a824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
**/*.pyc
dist/*
examples/
.idea
.vscode