.dockerignore 221 B

12345678910111213141516171819
  1. .DS_Store
  2. .idea
  3. .trash-cache
  4. bin
  5. state
  6. build
  7. images/*/build
  8. scripts/images/*/dist/
  9. dist
  10. tests/integration/.venv*
  11. tests/integration/.tox
  12. */*/*/*.pyc
  13. */*/*/__pycache__
  14. .trash-cache
  15. #.dapper
  16. vendor/*/*/*/.git
  17. tmp
  18. docs/_site