mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
25 lines
240 B
Text
25 lines
240 B
Text
|
|
__pycache__/
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
*.pyd
|
||
|
|
.Python
|
||
|
|
env/
|
||
|
|
pip-log.txt
|
||
|
|
pip-delete-this-directory.txt
|
||
|
|
.tox/
|
||
|
|
.coverage
|
||
|
|
.coverage.*
|
||
|
|
.cache
|
||
|
|
nosetests.xml
|
||
|
|
coverage.xml
|
||
|
|
*.cover
|
||
|
|
*.log
|
||
|
|
.git
|
||
|
|
.mypy_cache
|
||
|
|
.pytest_cache
|
||
|
|
.hypothesis
|
||
|
|
.venv/
|
||
|
|
.env
|
||
|
|
logs/*.log
|
||
|
|
*.egg-info/
|