From 3b3bdab97dd1f9205d3f9eaf41f86b41091e6355 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 20 Oct 2023 02:45:20 -0700 Subject: [PATCH] update ignore files --- .dockerignore | 9 +++++++-- .gitignore | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 8cebf35e..28505e39 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,16 +5,21 @@ __pycache__/ .mypy_cache/ .pytest_cache/ .github/ +.git/ +.pdm-build/ +.pdm-python/ +.eggs/ venv/ .venv/ .docker-venv/ +node_modules/ build/ dist/ -pip_dist/ -!pip_dist/archivebox.egg-info/requires.txt brew_dist/ +deb_dist/ +pip_dist/ assets/ data/ diff --git a/.gitignore b/.gitignore index a615433e..22cad1c0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ node_modules/ # Packaging artifacts .pdm-python +.pdm-build archivebox.egg-info archivebox-*.tar.gz build/