From d58436820eb9cf87db50bc854d0dec16e7c321c3 Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 29 Feb 2024 01:08:01 +0800 Subject: [PATCH] first commit --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1bc24b15..e9a9653b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ -.idea -plugin \ No newline at end of file +# idea +plugin/ + +# config +config.yml + +# external plugins +/plugins/ + +# pyc/pyo +**/*.pyc +**/*.pyo \ No newline at end of file