Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-18 11:41:20 +08:00
parent d39de39f96
commit 3f154a3077
43 changed files with 5046 additions and 113 deletions

45
.gitignore vendored
View File

@@ -5,6 +5,51 @@ build/
dist/
wheels/
*.egg-info
*.egg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
# Virtual environments
.venv
venv/
ENV/
env/
# Tests
tests/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# Database
*.db
*.sqlite3
# Cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Jupyter
.ipynb_checkpoints/