From 8f3d015ed29b181b48653aed193da2f3cceec9ec Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Mon, 19 Jan 2026 15:46:54 +0800 Subject: [PATCH] add .gitignore to exclude build artifacts and temporary files --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6f263b --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +__pycache__/ +.venv +build +dist +log +*.spec +temp + +# Claude 临时文件 +.claude/ +tmpclaude-* +*.log +*workspace* +*.png +data/ +Excel/ \ No newline at end of file