chore: initialize lhbfx project and documentation

This commit is contained in:
wanghep
2026-04-17 21:20:26 +08:00
commit 5a5dd3c9fd
54 changed files with 11185 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
# Local runtime data
logs/
output/
.playwright-cli/
*.log
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
# Node / frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/.vite-temp/
# Sensitive or machine-local config
backend/config.yaml
# Temp / debug files
_tmp_*.json
_curl_*.json
*.tmp