feat: initial commit and ignore qwen files

This commit is contained in:
dxc
2026-04-30 10:06:32 +08:00
commit def4f7d71f
55 changed files with 5252 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.qwen/
-p/
# 顺便建议忽略一些常见的开发冗余文件
__pycache__/
*.pyc
.env
node_modules/