commit 2dfff29d003c2bbefe206facbb74a341dbfbf5df Author: 狮子耗耗 Date: Fri Oct 24 19:50:54 2025 +0800 添加gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abb7d21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python environment +__pycache__/ +.venv/ + +# VsCode settings +.vscode/ +.github/ + +# MacOS files +.DS_Store + +# Data files +*.csv \ No newline at end of file