.dockerignore 199 B

123456789101112131415161718192021
  1. .DS_Store
  2. ._*
  3. *.pyc
  4. __pycache__/
  5. .mypy_cache/
  6. .pytest_cache/
  7. .github/
  8. venv/
  9. .venv/
  10. .docker-venv/
  11. build/
  12. dist/
  13. pip_dist/
  14. !pip_dist/archivebox.egg-info/requires.txt
  15. brew_dist/
  16. assets/
  17. data/
  18. output/