From a1c82186c8c897744e260e37075c5519e876993f Mon Sep 17 00:00:00 2001 From: "qwen.ai[bot]" Date: Thu, 18 Jun 2026 01:18:40 +0000 Subject: [PATCH] update branch --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4994322..1eaf877 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -Nothing should be ignored based on the provided file changes. The only modified file is a C++ source file (`cpp/src/buffer_pool.cpp`), which is a source code file and should not be ignored. There are no build artifacts, dependencies, temporary files, or other items in the change list that warrant being added to `.gitignore`. \ No newline at end of file +``` +# Distribution / packaging +*.whl +*.egg +*.egg-info/ +dist/ +build/ +``` \ No newline at end of file