From 1314ea6c4b35b6ef6d2c6e853728cc2a7ca6822d Mon Sep 17 00:00:00 2001 From: kibin Date: Mon, 16 Mar 2026 06:07:44 +0000 Subject: [PATCH] Initial commit: add .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2396b2d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +.env +venv/