Initial OCI Data Safe ADB inventory tool
This commit is contained in:
35
.gitignore
vendored
Executable file
35
.gitignore
vendored
Executable 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/
|
||||
Reference in New Issue
Block a user