diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-08 12:47:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-08 12:47:07 +0200 |
| commit | 15f07530fa6a8854784107b4f6a4425e42f63639 (patch) | |
| tree | 9d617748b4d4c56aeec2d9ff3b244525b8d4c385 /.gitignore | |
| parent | fc78b51e29497703a65f125e844f7da558dbc577 (diff) | |
| download | imggen-15f07530fa6a8854784107b4f6a4425e42f63639.tar.gz imggen-15f07530fa6a8854784107b4f6a4425e42f63639.zip | |
Add design spec for model menu + persistent daemon + compose
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d261ac5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Local config with real host paths (see .env.example) +.env + +# Local generated output / model cache, if ever placed in-repo +/out/ +/models/ |
