.dockerignore 122 B

123456789101112131415
  1. .venv
  2. __pycache__
  3. *.pyc
  4. *.pyo
  5. *.pyd
  6. .pytest_cache
  7. .ruff_cache
  8. .mypy_cache
  9. dist
  10. build
  11. .git
  12. .idea
  13. .vscode
  14. htmlcov
  15. .coverage