Initial commit

This commit is contained in:
2024-04-22 21:14:54 -04:00
commit 994bad056b
21 changed files with 282 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environment variables
.env
.flaskenv