diff --git a/.gitignore b/.gitignore index 3f2c92b..2c9725d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,32 @@ +# Ansible +*.retry -/.vscode +# 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 + +# Sensitive files (uncomment if needed) +# inventory/ +# vars/vault.yml (if not encrypted) + +# Oracle specific +# oracle_sources/ (if local downloads)