From 863db1c226e5c7689b278d5e360d5187b4be190f Mon Sep 17 00:00:00 2001 From: Joe Roberts Date: Mon, 27 Jan 2025 18:21:41 -0800 Subject: [PATCH] Updated gitignore and dockerignore --- .dockerignore | 3 ++- .gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index d0f7001..0ab7ae3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,4 +2,5 @@ .* cache/ __pycache__/ -output/ \ No newline at end of file +output/ +certs/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index c10d7fc..7bf4a15 100644 --- a/.gitignore +++ b/.gitignore @@ -164,4 +164,5 @@ cython_debug/ .* cache/ __pycache__/ -output/ \ No newline at end of file +output/ +certs/ \ No newline at end of file