chore: initial commit — recon artifacts + design spec + Phase 1 plan

This commit is contained in:
2026-05-16 21:58:10 +10:00
commit d6eeb0cc50
20 changed files with 338613 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Recon artifacts (large binaries, not for code review / not shareable)
recon/artifacts/
recon/patched/
*.apk
*.xapk
*.mitm
*.har
*.dmp
# Secrets
.env
.env.*
!.env.example
minio.env
*.key
*.pem
*.p12
secrets/
# Python
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/
# Node
node_modules/
dist/
build/
.vite/
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/