diff --git a/.gitignore b/.gitignore index 435ea6a..7dbde81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ -# 忽略logs目录 dist/ build/ .git/ __pycache__/ decrypted/ pywxdump.egg-info/ + # 忽略.idea目录 .idea/ + pysqlcipher3/ # 忽略secret.txt文件 secret.txt diff --git a/pywxdump/analyzer/utils.py b/pywxdump/utils/utils.py similarity index 100% rename from pywxdump/analyzer/utils.py rename to pywxdump/utils/utils.py