Files
dreamweaver/backend/.dockerignore
Yuyan 44405ff7ac
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
feat: enable local docker demo mode
2026-04-18 12:01:27 +08:00

18 lines
162 B
Plaintext

.env
.env.*
!.env.example
.venv
__pycache__
*.py[cod]
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
htmlcov
dist
build
*.egg-info
static/images
*.log
.DS_Store