Initalized git repo, added basic files and a logger
This commit is contained in:
parent
50835e924c
commit
aa155b2748
10 changed files with 479 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,8 @@
|
|||
# ---> Python
|
||||
|
||||
# Pycharm
|
||||
.idea/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue