.dockerignore 272 B

12345678910111213141516171819202122232425262728293031
  1. .DS_Store
  2. ._*
  3. *.pyc
  4. __pycache__/
  5. .mypy_cache/
  6. .pytest_cache/
  7. .github/
  8. .pdm-build/
  9. .pdm-python
  10. .eggs/
  11. .git/
  12. !.git/HEAD
  13. !.git/refs/heads/*
  14. venv/
  15. .venv/
  16. .venv-old/
  17. .docker-venv/
  18. node_modules/
  19. docs/
  20. build/
  21. dist/
  22. brew_dist/
  23. deb_dist/
  24. pip_dist/
  25. assets/
  26. docker/
  27. data/
  28. output/