added_user_serach

This commit is contained in:
lusixing
2026-01-31 17:52:00 -08:00
parent 5f047fd95f
commit 106c3421e6
10 changed files with 75 additions and 2 deletions

5
.gitignore vendored
View File

@@ -2,4 +2,7 @@ gitignore
# Python virtual environments
venv/
app/
# Python cache
__pycache__/
app/__pycache__/
*.pyc