diff --git a/.gitignore b/.gitignore index 4850b09..ccff3cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ -/.idea/ -**/__pycache__/ +# Dirs +.idea/ +build/ +dist/ + + +# Files +*.pyc *.zip \ No newline at end of file diff --git a/bin/tests/evaltest.py b/bin/tests/evaltest.py deleted file mode 100644 index e6f0cfd..0000000 --- a/bin/tests/evaltest.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -# -- coding:utf-8 -- -# @Author: markushammered@gmail.com -# @Development Tool: PyCharm -# @Create Time: 2022/2/5 -# @File Name: evaltest.py - - -cmd = """return ('index.html', title=name, svg_img_0=f'{sorted_image[0]}', svg_img_1=f'{sorted_image[1]}', svg_img_2=f'{sorted_image[2]}', svg_img_3=f'{sorted_image[3]}', svg_img_4=f'{sorted_image[4]}', svg_img_5=f'{sorted_image[5]}', svg_img_6=f'{sorted_image[6]}', svg_img_7=f'{sorted_image[7]}', svg_img_8=f'{sorted_image[8]}', svg_img_9=f'{sorted_image[9]}' )""" - -print(eval(cmd)) \ No newline at end of file