mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00

- Add structured logging for include/exclude operations with comprehensive event tracking - Fix duplicate counting bug in validation API by eliminating double validation passes - Simplify color identity validation UX by consolidating into single 'illegal' status - Organize project structure by moving all test files to centralized code/tests/ directory - Update documentation reflecting feature completion and production readiness - Add validation test scripts and performance benchmarks confirming targets met - Finalize include/exclude feature as production-ready with EDH format compliance
22 lines
No EOL
282 B
Text
22 lines
No EOL
282 B
Text
*.csv
|
|
*.json
|
|
*.log
|
|
*.txt
|
|
.mypy_cache/
|
|
.venv/
|
|
.pytest_cache/
|
|
test.py
|
|
!requirements.txt
|
|
__pycache__/
|
|
csv_files/
|
|
dist/
|
|
logs/
|
|
deck_files/
|
|
csv_files/
|
|
!config/card_lists/*.json
|
|
!config/deck.json
|
|
!test_exclude_cards.txt
|
|
!test_include_exclude_config.json
|
|
RELEASE_NOTES.md
|
|
*.bkp
|
|
.github/*.md |