Add .gitignore for Ansible and Oracle project

This commit is contained in:
Yacine31
2025-12-02 11:25:52 +01:00
parent fd0976e1c3
commit 1037b12ab4

32
.gitignore vendored
View File

@@ -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)