типо да

This commit is contained in:
admin
2025-09-08 00:40:18 +07:00
commit 0f05fc8455
83 changed files with 5775 additions and 0 deletions

35
.dockerignore Normal file
View File

@@ -0,0 +1,35 @@
# Исключить скрытые системные каталоги, но не всё подряд
.git/
.gitattributes
.gitignore
# Виртуальные окружения и Python-кэш
.venv/
venv/
__pycache__/
*.py[cod]
*.pyo
# IDE-файлы
.idea/
.vscode/
# Тесты и документация
tests/
test/
docs/
examples/
# Логи и артефакты сборки
*.log
*.logs
*.log.*
*.logs.*
Logs/
Log/
dist/
build/
# Примеры и шаблоны
.env
env