feat: establish AIOA identity and organization baseline

This commit is contained in:
selfrelease
2026-07-18 08:05:45 +08:00
commit bbb09ed56f
42 changed files with 2473 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
.DS_Store
.env
.idea/
.vscode/
*.iml
# Kotlin / Gradle
.gradle/
**/build/
# Flutter / Dart
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
**/.pub-cache/
**/ios/Pods/
# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Local data
.local/
coverage/
reports/