mtg_python_deckbuilder/.gitignore
matt 6e9ba244c9
Some checks failed
CI / build (push) Waiting to run
Preview Performance Regression Gate / preview-perf (push) Has been cancelled
fix: restore htmx pagination and seed theme defaults
2025-09-30 08:26:11 -07:00

32 lines
No EOL
565 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/*.yml
config/themes/theme_list.json
!config/deck.json
!test_exclude_cards.txt
!test_include_exclude_config.json
RELEASE_NOTES.md
*.bkp
.github/*.md