diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c191586 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Ansible specific (optional - ignore temporary output or secrets) +*.retry +*.vault +*.vault_pass +*.secret +*.log + +# VSCode settings +.vscode/ +*.code-workspace + +# Windows system files +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +*.lnk + +# Backup files +*~ +*.bak +*.swp +*.swo +*.tmp \ No newline at end of file