.dockerignore 164 B

1234567891011121314151617181920
  1. .venv
  2. .git
  3. .idea
  4. __pycache__
  5. *.py[cod]
  6. *.pyo
  7. *.pyd
  8. .Python
  9. *.egg-info
  10. dist
  11. build
  12. .pytest_cache
  13. .mypy_cache
  14. .ruff_cache
  15. *.html
  16. .DS_Store
  17. .env
  18. .env.*
  19. *.log
  20. terminals