Files
NaliiaBot/.dockerignore
aserrador 3431a37119 feat: add Docker deployment for the bot
- Add Dockerfile for Python 3.13 container
- Update docker-compose with naliia_bot service
- Add DB_HOST config for container networking
- Add .dockerignore for build optimization
- Update README with Docker documentation
2026-03-08 00:18:51 -05:00

13 lines
97 B
Plaintext

.git
.gitignore
*.md
__pycache__
.pytest_cache
.coverage
htmlcov
.env
.venv
venv
*.pyc
.DS_Store