commit 518aa70a23dd250a260e5421ec8d1252800bf9f4 Author: spm Date: Tue May 12 08:47:27 2026 +0000 Add .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