Files
WonderQ-Admin/.dockerignore
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
125 B
Plaintext

.git
.env
.env.local
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
*.pyc
node_modules/
dist/
coverage/
tests/