Initial commit

This commit is contained in:
HalbeBruno
2026-02-18 10:18:46 -03:00
commit b264b583b8
24 changed files with 2338 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.env
# Logs
*.log
flask.log
# IDE
.vscode/
.idea/
# Project Specific
hosts.json
implementation_plan.md
task.md
walkthrough.md
.DS_Store
# Build & Dist
dist/
verification/
*.key
*.rkey