feat: add Condo owner desk frontend and backend
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user