feat: bootstrap backend MVP and architecture docs

This commit is contained in:
Chris
2026-03-29 23:01:34 +08:00
commit e9717d5214
36 changed files with 971 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
# Env files
.env
.env.*
!.env.example
!.env.production.example
# macOS
.DS_Store
# Build metadata
*.egg-info/