Compare commits

..

2 Commits

Author SHA1 Message Date
carry
1f4d491694 build: 添加 pydantic 依赖 2025-04-05 01:00:33 +08:00
carry
8ce4f1e373 chore: 添加 .roo 到 .gitignore 文件
- 在 .gitignore 文件中添加 .roo 目录,以忽略相关文件
2025-04-05 00:59:42 +08:00
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ env/
# IDE
.vscode/
.idea/
.roo
# Environment files
.env

View File

@ -1,2 +1,3 @@
openai>=1.0.0
python-dotenv>=1.0.0
python-dotenv>=1.0.0
pydantic>=2.0.0