Files
WonderQ-Admin/.gitignore
duanshuwen 75f5a5a48b feat: add WonderQ admin backend
Add FastAPI admin/public API service, database setup, Docker deployment files, docs, and tests.
2026-06-30 13:56:45 +08:00

14 lines
128 B
Plaintext

node_modules/
dist/
.env
.env.local
*.log
coverage/
.prisma/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
*.pyc