Initial commit: project scaffold with android and backend submodules

Set up monorepo structure with git submodules:
- android/ -> SnapLedger-Android (Kotlin + Jetpack Compose)
- backend/ -> SnapLedger-Backend (Python FastAPI)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-05-20 22:25:36 +08:00
commit c4046e9f7e
5 changed files with 67 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
# Claude
.claude/