test ract

This commit is contained in:
jze9
2026-05-14 16:47:58 +05:00
parent 0ac1c8a862
commit de78624495
36 changed files with 5877 additions and 254 deletions

15
web/.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
# Node — не нужен в Python-слое, dist строится в Node-слое
editor-ui/node_modules/
editor-ui/.vite/
# dist намеренно НЕ исключаем — COPY --from=editor-build записывает его сам
# Python кэш
__pycache__/
*.py[cod]
*.pyo
# Временные файлы загрузок Flet
/tmp/
# Секреты и среда
.env