summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2025-01-28 17:53:57 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2025-01-28 17:53:57 -0500
commit671c17918c877e64aee7c730f32aac9ded9d5915 (patch)
tree5dd489a1da533123245d4f276e2ef11c87764047 /.gitignore
parentb067c48e5db91796c96c982011421713b0187ae4 (diff)
reduce args for generate_image by using a config class. update ignore to account for idea folder, re-org code to increase speed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 96ef086..73f016a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
1*.png 1*.png
2*.log 2*.log
3prompts.txt 3prompts.txt
4.idea
5Flux.egg-info \ No newline at end of file