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