.dockerignore 150 B

12345678910111213141516171819
  1. __pycache__
  2. *.pyc
  3. *.pyo
  4. *.pyd
  5. .Python
  6. env
  7. venv
  8. ENV
  9. .pytest_cache
  10. .coverage
  11. htmlcov
  12. .git
  13. .gitignore
  14. .DS_Store
  15. *.md
  16. !README.md
  17. examples/
  18. output/
  19. tests/