test: add deterministic csv fixtures for fast random checks
Some checks failed
CI / build (push) Waiting to run
Preview Performance Regression Gate / preview-perf (push) Waiting to run
Editorial Lint / lint-editorial (push) Has been cancelled

This commit is contained in:
matt 2025-09-27 16:44:38 -07:00
parent 3b4ae36a11
commit 0e2eb29258
10 changed files with 36 additions and 2 deletions

6
.gitignore vendored
View file

@ -8,7 +8,10 @@
test.py
!requirements.txt
__pycache__/
csv_files/
# Keep main CSV datasets out of Git, but allow the tiny deterministic fixtures used by CI.
csv_files/*
!csv_files/testdata/
!csv_files/testdata/**/*
dist/
logs/
!logs/
@ -17,7 +20,6 @@ logs/*
logs/perf/*
!logs/perf/theme_preview_warm_baseline.json
deck_files/
csv_files/
config/themes/catalog/
!config/card_lists/*.json
!config/themes/*.json