mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
Adjusted logging across the files
This commit is contained in:
parent
1c7436f33d
commit
76277f876c
12 changed files with 228 additions and 160 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -2,7 +2,12 @@
|
|||
*.json
|
||||
*.log
|
||||
*.txt
|
||||
!requirements.txt
|
||||
test.py
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
test.py
|
||||
main.spec
|
||||
!requirements.txt
|
||||
__pycache__/
|
||||
build/
|
||||
csv_files/
|
||||
dist/
|
||||
logs/
|
||||
Loading…
Add table
Add a link
Reference in a new issue