chore: sync

This commit is contained in:
2026-03-18 22:03:40 +08:00
parent 6c60d9c8a0
commit 84984f444d
438 changed files with 60219 additions and 9 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 (Vite)
mengyanote-frontend/node_modules/
mengyanote-frontend/dist/
mengyanote-frontend/build/
mengyanote-frontend/.vite/
# Backend (Python)
mengyanote-backend/__pycache__/
**/__pycache__/
*.py[cod]
.venv/
venv/
# Env (keep tracked .env.development/.env.production if you want)
.env.local
.env.*.local