This commit is contained in:
Sergey
2021-02-23 20:48:11 +03:00
parent 956550cfc9
commit a3b57c3694
6 changed files with 70 additions and 8 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
# Project
.idea/
.github/
pyproject.toml
.flake8
.*ignore
.isort.cfg
Makefile
readme.md
# Cache
*.py[cod]
__pycache__
# Texts
*.mo
# Environment
*.env
env_file
# Docker
docker-compose*.yml
Dockerfile