chore: sync

This commit is contained in:
2026-03-18 22:05:33 +08:00
parent c903101d86
commit 04d853b7b2
39 changed files with 1075 additions and 295 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Logs / local runtime
debug-logs/
*.log
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Frontend (CRA / React)
mengyaprofile-frontend/node_modules/
mengyaprofile-frontend/build/
# Backend (Python/Flask)
mengyaprofile-backend/__pycache__/
**/__pycache__/
*.py[cod]
.venv/
venv/
# Env / local overrides
.env
.env.*
.env.local
.env.*.local