From bdd10e10aa606d1da0162ffbb0a0c80f1f5fcecc Mon Sep 17 00:00:00 2001 From: carry Date: Sun, 12 Jul 2026 20:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BB=A5=E6=8E=92=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a36983a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.retry +.DS_Store +__pycache__/ +*.pyc +*.pyo +*.egg-info/ +.ansible/ +*.log +*.tmp +*.bak +*.swp +*.swo +*~