From 0352802b777cf7f7ad3c59abfb4f9a163b1af3cb Mon Sep 17 00:00:00 2001 From: Bot Date: Mon, 31 Aug 2026 02:44:10 +0800 Subject: [PATCH] chore: remove tracked __pycache__ artifacts, add gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26127c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +.venv/ +.env +data/ +checkpoint_*.json