From b99d20b7258c9a78f6304de3b494bd31f8bcee33 Mon Sep 17 00:00:00 2001 From: unclecode Date: Tue, 8 Oct 2024 18:10:57 +0800 Subject: [PATCH] Add pypi_build.sh to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a593ae1d..85882f69 100644 --- a/.gitignore +++ b/.gitignore @@ -200,4 +200,5 @@ test_env/ todo.md git_changes.py -git_changes.md \ No newline at end of file +git_changes.md +pypi_build.sh \ No newline at end of file