Добавлен .dockerignore для backend

This commit is contained in:
2026-07-24 22:03:42 +03:00
parent 614c141338
commit 95a5b8ee91
+25
View File
@@ -0,0 +1,25 @@
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
venv/
.venv/
env/
.env
.env.*
.git
.gitignore
.dockerignore
Dockerfile
README.md
*.md
.vscode/
.idea/
*.log