diff --git a/.gitignore b/.gitignore index ccfe4db..07a30c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,17 @@ -**/build -**/dist -**/models/*.onnx -**/driver/*.exe -**/.git -**/.vscode -**/.stfolder -**/.stignore -**/gui/AutoLibraryResources.py -**/__pycache__ -**/gui/AutoLibraryResource.py -**/gui/Ui_ALMainWindow.py -**/gui/Ui_ALConfigWidget.py -**/gui/translators/qtbase_zh_CN.qm +.vscode/ + +.stfolder +.stignore + +__pycache__/ +build/ +dist/ +model/*.onnx +driver/*.exe +gui/configs/*.json +gui/translators/qtbase_zh_CN.qm +gui/AutoLibraryResources.py +gui/AutoLibraryResource.py +gui/Ui_ALMainWindow.py +gui/Ui_ALConfigWidget.py +Main.spec diff --git a/driver/readme.md b/driver/readme.md index c077df4..4af42c7 100644 --- a/driver/readme.md +++ b/driver/readme.md @@ -1 +1 @@ -This folder is used to store the browser driver by selenium. \ No newline at end of file +This folder is used to store the browser driver using by selenium. \ No newline at end of file diff --git a/gui/configs/readme.md b/gui/configs/readme.md new file mode 100644 index 0000000..6a3e0af --- /dev/null +++ b/gui/configs/readme.md @@ -0,0 +1 @@ +this folder is used to store the config files. \ No newline at end of file diff --git a/model/readme.md b/model/readme.md new file mode 100644 index 0000000..98c7557 --- /dev/null +++ b/model/readme.md @@ -0,0 +1 @@ +This folder is used to store the model using by ddddocr. \ No newline at end of file diff --git a/models/readme.md b/models/readme.md deleted file mode 100644 index 1f1d170..0000000 --- a/models/readme.md +++ /dev/null @@ -1 +0,0 @@ -This folder is used to store the models by ddddocr. \ No newline at end of file