Files
000-platform/.gitignore
111 b89d5ddee9
Some checks failed
continuous-integration/drone/push Build is failing
feat: add admin UI frontend and complete backend APIs
- Add Vue 3 frontend with Element Plus
- Implement login, dashboard, tenant management
- Add app configuration, logs viewer, stats pages
- Add user management for admins
- Update Drone CI to build and deploy frontend
- Frontend ports: 3001 (test), 4001 (prod)
2026-01-23 15:51:37 +08:00

26 lines
208 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
.eggs/
.idea/
.vscode/
*.swp
*.swo
*.log
/logs/
.DS_Store
Thumbs.db
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.env
.env.local