mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-04 00:28:50 +01:00
24 lines
No EOL
327 B
Text
24 lines
No EOL
327 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/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 |