add gitignore

This commit is contained in:
Haozheng Fan 2021-05-10 16:37:59 +08:00
parent f58b843951
commit 8cdd4293d4

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.pylint.d/