feat: add Condo owner desk frontend and backend

This commit is contained in:
Wyndham ARR
2026-08-02 13:33:13 +08:00
commit ed6229c203
54 changed files with 18640 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
.DS_Store
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
.venv/
.venv-mcp/
.venv*/
.env
.env.*
*.env
!*.env.example
!**/*.env.example
!/deploy/.env.production.example
*.log
*.sqlite3
*.sqlite3-*
/outputs/
/runtime/
/private-fixtures/
/.planning/
/.work/
/.tmp/
/.validation/
/.codex-tmp/
/task_plan.md
/findings.md
/progress.md
node_modules/
**/node_modules/
/*.xml
/*.XML
/*.xlsx