From 1037b12ab4b56799c2fd5b979f606737aaad302e Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Tue, 2 Dec 2025 11:25:52 +0100 Subject: [PATCH] Add .gitignore for Ansible and Oracle project --- .gitignore | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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)