From 518aa70a23dd250a260e5421ec8d1252800bf9f4 Mon Sep 17 00:00:00 2001 From: spm Date: Tue, 12 May 2026 08:47:27 +0000 Subject: [PATCH] Add .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aebdbb5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +output/ +*.json +.env \ No newline at end of file