35 lines
370 B
Plaintext
35 lines
370 B
Plaintext
# Ansible
|
|
*.retry
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*.bak
|
|
.vscode
|
|
|
|
# Sensitive files (uncomment if needed)
|
|
# inventory/
|
|
# vars/vault.yml (if not encrypted)
|
|
|
|
# Oracle specific
|
|
# oracle_sources/ (if local downloads)
|
|
AGENTS.md
|