log in and sign up pages, db schema
This commit is contained in:
cube
2026-03-16 01:34:55 +00:00
parent 887ccffe9a
commit d367d459d4
11 changed files with 538 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/