chore: initial commit — recon artifacts + design spec + Phase 1 plan
This commit is contained in:
+40
@@ -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/
|
||||
Reference in New Issue
Block a user