Версия 1.0

This commit is contained in:
Whyverum
2025-05-20 09:12:05 +07:00
commit 0b3b957c0a
34 changed files with 1964 additions and 0 deletions

36
.dockerignore Normal file
View File

@@ -0,0 +1,36 @@
# .dockerignore: Исключения для Docker сборки
# Игнорировать всё, кроме необходимого для production
**/.git
**/.gitignore
**/.dockerignore
**/Dockerfile
**/README.md
# Директории
**/__pycache__
**/.mypy_cache
**/.pytest_cache
**/.idea
**/.vscode
**/test
**/tests
**/docs
**/examples
# Файлы
**/*.pyc
**/*.pyo
**/*.pyd
**/*.egg-info
**/*.log
**/*.logs
**/*.sqlite
**/*.db
config/.env
**/docker-compose*
# Артефакты сборки
**/build
**/dist
**/node_modules