初始化项目结构,添加日志功能和配置文件

This commit is contained in:
2025-04-28 12:36:50 +08:00
commit 963ac14edf
12 changed files with 264 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
## python and toolchains
.mypy_cache/
__pycache__/
.pytest_cache/
# idea
.idea/
.vscode/
.venv/
venv/
# platform
# macOS
**/.DS_Store
# windows
Thumbs.db
# linux
# development
.env
.env.*
plugins/
data/