chore: init monorepo snapshot

This commit is contained in:
liaibo
2025-11-23 10:55:04 +08:00
commit c70ff52869
941 changed files with 246586 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Python / FastAPI backend ignores
venv/
__pycache__/
*.pyc
.python-version
.env
.env.*
# Editor / tooling
.idea/
.vscode/
.DS_Store
# Local data
storage/
logs/