From 6931fc4e3a995539f60ad9b4753feb4c2d4a3f6e Mon Sep 17 00:00:00 2001 From: Neucrack Date: Fri, 10 May 2019 18:05:12 +0800 Subject: [PATCH] update ignore files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6985360..9b30d22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ build dist *.egg-info -.vscode \ No newline at end of file +.vscode +__pycache__ +*.pyc