1
0

refactor: prepare backend refactor

This commit is contained in:
2026-07-14 16:54:40 +08:00
parent 0f674d0483
commit 26dce7ce80
19 changed files with 183 additions and 15 deletions

19
backend-legacy/.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
## ======== Personal ========
# Database file
*.db
# Ignore setting file
coconut-leaf.toml
## ======== Python ========
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv