Files
news_all_spo/web/.dockerignore
2026-05-14 16:47:58 +05:00

16 lines
385 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Node — не нужен в Python-слое, dist строится в Node-слое
editor-ui/node_modules/
editor-ui/.vite/
# dist намеренно НЕ исключаем — COPY --from=editor-build записывает его сам
# Python кэш
__pycache__/
*.py[cod]
*.pyo
# Временные файлы загрузок Flet
/tmp/
# Секреты и среда
.env