# Secrets Management .gitignore # Ensure no secrets are committed to version control # All secret files *.txt !*.example.txt # Secret directories (but keep structure) */ !.gitignore # Backup files *.bak *.backup # Temporary files *.tmp *.temp