Initalized git repo, added basic files and a logger

This commit is contained in:
Stanislas Jouffroy 2024-02-11 00:43:10 +01:00
parent 50835e924c
commit aa155b2748
10 changed files with 479 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,4 +1,8 @@
# ---> Python
# Pycharm
.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]