first commit

This commit is contained in:
flowerstonezl
2026-05-11 19:34:35 +08:00
commit c90b10cd5a
89 changed files with 6142 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
backend/.venv/
backend/__pycache__/
backend/**/__pycache__/
backend/db.sqlite3
backend/media/
backend/staticfiles/
frontend/node_modules/
frontend/dist/
*.log
.DS_Store