From c42f0eb7611b10a4f3129a5385257c9a22b0b391 Mon Sep 17 00:00:00 2001 From: SE2Dev Date: Wed, 30 Nov 2016 13:40:44 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de61ab9..c3467fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ /__pycache__ /.vscode /tmp + +**/*.pyc + tmp.py -**/*.pyc \ No newline at end of file +verify.py \ No newline at end of file