diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-05-26 12:27:35 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-05-26 12:27:35 -0400 |
commit | 34b4c6db0ca9aa7f491996f2af0cfd0a6cda8ea5 (patch) | |
tree | 0fcda21c096aa59f8e83c61d713d3e3b7d986d04 /.gitignore | |
parent | 812b0530578a2b338f9fed72c5df01d9b659da1c (diff) |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ | |||
2 | *.log | 2 | *.log |
3 | prompts.txt | 3 | prompts.txt |
4 | .idea | 4 | .idea |
5 | Flux.egg-info \ No newline at end of file | 5 | Flux.egg-info |
6 | __pycache__/ \ No newline at end of file | ||