Files
prod/.dockerignore
Andrey 81a4069623 Refactor Ansible playbook for improved server setup and monitoring
- Update SSH user configuration for enhanced security
- Add tasks for UFW setup and Docker service management
- Optimize data migration processes for bots
- Implement checks for database permissions and sizes
- Clean up temporary files post-migration
2025-09-16 00:43:45 +03:00

47 lines
599 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# .dockerignore в папке prod/
# Игнорируем ВСЕХ ботов - они не нужны в этом контейнере
bots/
# Игнорируем ВСЕ скрытые файлы и папки (кроме .gitignore)
.*
!.gitignore
# Остальные стандартные исключения
Dockerfile
docker-compose.yml
docker-compose.*.yml
README.md
LICENSE
.env
.dockerignore
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.coverage
htmlcov/
*.log
logs/
venv/
.venv/
env/
.env/
requirements-dev.txt
tests/
test/
docs/
doc/
.vscode/
.idea/
data/
*.bin
*.dat
*.model