From eba1023f74dd08f8fc2f1ad3b1053a0d2da19e50 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 21 Dec 2024 23:23:23 +0800 Subject: [PATCH] Fix dist --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 611d937..367fd42 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ __pycache__ mdbx/lib/* .vscode .gdb_history -poetry.lock \ No newline at end of file +poetry.lock +dist/ \ No newline at end of file