Add models for user data

This commit is contained in:
ThePetrovich 2025-06-25 19:19:59 +08:00
parent b49adc60f5
commit 8f61eb0834
6 changed files with 212 additions and 32 deletions

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
# Python
__pycache__/
**/__pycache__/**
*.py[cod]
*pyc
*.pyo
*.pyd
*.so