diff --git a/.cursor/commands/docs.md b/.cursor/commands/docs.md deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore index 52fd67b..4ba1ee7 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,36 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +# ---> Ansible Template Project Specific +# Vault password files +.vault +vault/.vault +vault-password.txt + +# IDE directories +.cursor/ +.idea/ +.vscode/ + +# Project specific +.env +*.log +*.tmp +*.swp +*.swo +*~ + +# Docker +.docker/ + +# Reports and snapshots (keep structure but ignore content) +reports/*.html +reports/*.json +snapshots/*.tar.gz +snapshots/*.zip + +# Temporary files +*.retry +*.backup +*.bak + diff --git a/vault/.vault b/vault/.vault deleted file mode 100644 index 05d7568..0000000 --- a/vault/.vault +++ /dev/null @@ -1 +0,0 @@ -ansible-vault-password \ No newline at end of file