refactor: 模块化重构项目结构

This commit is contained in:
2025-12-28 23:31:22 +08:00
commit 3b60ae9ecf
8 changed files with 755 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
# Database
data/daily_logs.db
# Cache
*.pyc
*.pyo
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/