Initial OCI Data Safe ADB inventory tool

This commit is contained in:
2026-05-28 14:56:51 -03:00
commit 2966439b10
10 changed files with 1877 additions and 0 deletions

35
.gitignore vendored Executable file
View File

@@ -0,0 +1,35 @@
# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
env/
# Local OCI/security files
.oci/
*.pem
*.key
# Generated reports and packages
*.csv
*.json
*.log
*.tmp
*.zip
output/
tmp/
# OS/editor files
.DS_Store
Thumbs.db
.idea/
.vscode/
# Local backups
backup_before_codex_fix/