diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37c7cfd --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +**/__pycache__ +**/.vscode +**/train_result + +**/logs +**/.cache +**/tmp* \ No newline at end of file diff --git a/README.md b/README.md index 26ee243..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,5 +0,0 @@ -# TexTeller - -* python3.10 - -* 渲染出的图片大小为density 200 \ No newline at end of file