Generator after phase 1 results

This commit is contained in:
Johnny Fernandes
2026-04-30 09:40:53 +00:00
parent 634150c983
commit 50afec1950
85 changed files with 1872 additions and 1 deletions
+22 -1
View File
@@ -39,8 +39,29 @@ classifier/outputs/pipeline/*
!classifier/outputs/pipeline/.gitkeep
!classifier/outputs/pipeline/*.json
# Generator outputs (all local-only)
# Generator outputs
generator/outputs/*
# Models
!generator/outputs/models
generator/outputs/models/*
!generator/outputs/models/.gitkeep
!generator/outputs/models/*.pt
# Logs
!generator/outputs/logs/
generator/outputs/logs/*
!generator/outputs/logs/.gitkeep
!generator/outputs/logs/*.json
# Pipeline
!generator/outputs/pipeline/
generator/outputs/pipeline/*
!generator/outputs/pipeline/.gitkeep
!generator/outputs/pipeline/*.json
# Samples
!generator/outputs/samples/
generator/outputs/samples/*
!generator/outputs/samples/.gitkeep
!generator/outputs/samples/**
!generator/outputs/samples/**/*.png
# Python
.venv/