From 37137fae32afd506e3e51707d81281a90a8238f5 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Sat, 1 Apr 2023 22:22:55 -0400 Subject: [PATCH] Fix .gitignore --- .gitignore | 3 +-- library/__init__.py | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 library/__init__.py diff --git a/.gitignore b/.gitignore index bc80c48..71fe116 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ wd14_tagger_model .DS_Store locon gui-user.bat -gui-user.ps1 -library/__init__.py +gui-user.ps1 \ No newline at end of file diff --git a/library/__init__.py b/library/__init__.py new file mode 100644 index 0000000..e69de29