tgvkbot/.dockerignore
2021-02-23 20:48:11 +03:00

25 lines
204 B
Plaintext

# 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