.dockerignore 161 B

12345678910111213141516171819
  1. .git
  2. .gitignore
  3. .idea
  4. .venv
  5. __pycache__
  6. *.py[cod]
  7. *.pyo
  8. *.pyd
  9. .pytest_cache
  10. .mypy_cache
  11. .ruff_cache
  12. .coverage
  13. htmlcov
  14. logs
  15. *.log
  16. Dockerfile
  17. README.md
  18. wiki
  19. tests