feat(global): add functional mvp

This commit is contained in:
h
2025-11-29 02:12:50 +01:00
commit b284370170
22 changed files with 1043 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment files
.env
# Development
.idea
t