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>
16 lines
92 B
Plaintext
16 lines
92 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
|
|
# Claude
|
|
.claude/
|