Initial code commit

This commit is contained in:
2023-05-31 04:31:59 -03:00
parent 33992cd452
commit a7fec3e0b1
14 changed files with 214 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Poetry Lock File
poetry.lock
# Poetry build files
dist
# Any image files
*.png
*.jpg