mtg_python_deckbuilder/.gitignore
mwisnowski b8d9958564 Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file
Additionally, renamed utility.ty to tag_utils.py to fit the naming pattern used with setup.py and setup.utils.py
2025-01-14 09:06:59 -08:00

8 lines
No EOL
76 B
Text

*.csv
*.json
*.log
*.txt
!requirements.txt
test.py
.mypy_cache/
__pycache__/