Add models for user data
This commit is contained in:
parent
b49adc60f5
commit
8f61eb0834
6 changed files with 212 additions and 32 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,8 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
**/__pycache__/**
|
||||
*.py[cod]
|
||||
*pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue