feat: add SproutWorkCollect apps

This commit is contained in:
2026-03-13 17:14:37 +08:00
parent 189baa3d59
commit 46afd3149f
54 changed files with 28126 additions and 4 deletions

19
.gitignore vendored
View File

@@ -5,6 +5,18 @@ dist/
build/
works/
# Env / secrets (do not commit real credentials)
.env
.env.*
!.env.example
!.env.sample
*.pem
*.key
*.p12
*.pfx
*.crt
*.cer
# Python
__pycache__/
*.py[cod]
@@ -16,13 +28,20 @@ venv/
# Logs
*.log
debug-logs/
# OS / editor
.DS_Store
Thumbs.db
# Local runtime data
data/
# Project-specific (legacy paths)
SmyWorkCollect-Frontend/build/
SmyWorkCollect-Frontend/node_modules/
SmyWorkCollect-Backend/__pycache__/
SmyWorkCollect-Backend/works/
# Project-specific (SproutWorkCollect)
SproutWorkCollect-Backend-Python/config/settings.json