feat: initial functional release of Stock Pignon

This commit is contained in:
2026-01-14 18:42:53 +01:00
commit 4dcb0b1b5a
106 changed files with 2147 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Build Android
.gradle/
build/
app/build/
app/.gradle/
captures/
# Output Android
**/release/*.apk
**/debug/*.apk
app/release/
# Android Studio / VS Code
.idea/
*.iml
.vscode/
local.properties
# System files and logs
*.log
.DS_Store
Thumbs.db
# Others
*.bak
*.swp
*~