.idea
.DS_Store
/build
/captures
.gradle
.externalNativeBuild
.cxx
local.properties
.dexkit-sysroot/

/apk

# Python / pybind11 build artifacts
/build/
/.venv/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Test corpus (binary APKs) — fetched separately for regression runs
/test_apk/

# androguard's runtime sqlite cache + log
/androguard.db
/androguard.db-shm
/androguard.db-wal
/androguard.log
# Claude Code runtime state / per-user preferences
.claude/settings.local.json
.claude/scheduled_tasks.lock
build-ci/
