Files
ZLD_POC/.dockerignore
2026-04-15 17:18:49 +08:00

17 lines
179 B
Plaintext

.git
.gitignore
**/__pycache__
**/*.pyc
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
frontend/node_modules
frontend/dist
.runtime
.tmp_*
.env
*.md
.DS_Store
tests
.pytest_cache