From 1a6857e33a84e7e60d7e8dfea94f2b7c944baae5 Mon Sep 17 00:00:00 2001 From: LockeShor <75901583+LockeShor@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:43:19 -0500 Subject: [PATCH] add ignores --- .dockerignore | 2 ++ .gitignore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 57b8460..794b4f1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,3 +7,5 @@ __pycache__/ .git/ .gitignore data/ +.env +.gitea/ diff --git a/.gitignore b/.gitignore index 29c1de2..4939c65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv/ __pycache__/ -.git/ \ No newline at end of file +.git/ +.env \ No newline at end of file