mtg_python_deckbuilder/.gitignore
matt 0e2eb29258
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
test: add deterministic csv fixtures for fast random checks
2025-09-27 16:44:38 -07:00

31 lines
No EOL
536 B
Text

*.csv
*.json
*.log
*.txt
.mypy_cache/
.venv/
.pytest_cache/
test.py
!requirements.txt
__pycache__/
# 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/
logs/*
!logs/perf/
logs/perf/*
!logs/perf/theme_preview_warm_baseline.json
deck_files/
config/themes/catalog/
!config/card_lists/*.json
!config/themes/*.json
!config/deck.json
!test_exclude_cards.txt
!test_include_exclude_config.json
RELEASE_NOTES.md
*.bkp
.github/*.md