Skip to content

Commit 4519bd5

Browse files
authored
Merge pull request #132 from Dynamic-Mobile-Security/huge_refactor_add_apkeep
Huge refactor: Add apkeep integration with platform detection
2 parents 7ea6e60 + ae114be commit 4519bd5

32 files changed

Lines changed: 2732 additions & 4624 deletions

.gitignore

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ venv/
1515

1616
# Compiled Python bytecode
1717
*.py[cod]
18+
__pycache__/
19+
*.pyc
1820

1921
# Log files
2022
*.log
@@ -64,4 +66,23 @@ config
6466
README_DOCKER.md
6567
mdast_cli.egg-info/
6668

67-
*.pkl
69+
*.pkl
70+
71+
# Python package metadata
72+
*.egg-info/
73+
.pytest_cache/
74+
.mypy_cache/
75+
.ruff_cache/
76+
77+
# IDE
78+
.vscode/
79+
*.swp
80+
*.swo
81+
*~
82+
83+
# OS
84+
.DS_Store
85+
Thumbs.db
86+
87+
# Application sessions (may contain sensitive data)
88+
appstore_sessions/

0 commit comments

Comments
 (0)