From c1d00901a8147d1bd153dcab8b376953f4178db0 Mon Sep 17 00:00:00 2001 From: lvyulong <@qq.com> Date: Fri, 12 Jun 2026 14:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed9f991 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +.DS_Store +/config.toml +/storage/ +/.idea/ +/app/services/__pycache__ +/app/__pycache__/ +/app/config/__pycache__/ +/app/models/__pycache__/ +/app/utils/__pycache__/ +/*/__pycache__/* +.vscode +/**/.streamlit +__pycache__ +logs/ + +node_modules +# VuePress 默认临时文件目录 +/sites/docs/.vuepress/.temp +# VuePress 默认缓存目录 +/sites/docs/.vuepress/.cache +# VuePress 默认构建生成的静态文件目录 +/sites/docs/.vuepress/dist +# 模型目录 +/models/ +./models/* + +venv/ +.venv + +# Debug and test files +CLAUDE.md +debug/ +debug_*.py +test_*.py +!test/services/test_*.py +streamlit.log