From c63cb8d53235a719f21789b46516e903f02b0d48 Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Fri, 10 Jul 2026 17:52:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 9ea6a47..050420e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ -.venv/ -__pycache__/ +.git +.gitignore +.pytest_cache +.ruff_cache +.venv +__pycache__ *.py[cod] -*$py.class - -.pytest_cache/ -.ruff_cache/ -.mypy_cache/ - -logs/ *.log - +logs +tests +sql env/.env.dev env/.env.prod +Dockerfile