diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6fd7a3d --- /dev/null +++ b/.dockerignore @@ -0,0 +1,21 @@ +.DS_Store +._* +*.pyc +__pycache__/ +.mypy_cache/ +.pytest_cache/ +.github/ + +venv/ +.venv/ +.docker-venv/ + +build/ +dist/ +pip_dist/ +!pip_dist/archivebox.egg-info/requires.txt +brew_dist/ +assets/ + +data/ +output/ \ No newline at end of file