From bc6506dc7e247534b956dc23e22a5e9717e53f4a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 22:54:36 +0000 Subject: [PATCH] Initial upload: api-token-vault Rust CLI tool with encrypted vault storage --- app/api-token-vault/.gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app/api-token-vault/.gitignore diff --git a/app/api-token-vault/.gitignore b/app/api-token-vault/.gitignore new file mode 100644 index 0000000..25f53a3 --- /dev/null +++ b/app/api-token-vault/.gitignore @@ -0,0 +1,30 @@ +# Generated by Cargo +# will cover compiled files and intermediates +target/ +Cargo.lock + +# Remove package-lock to avoid confusion +# (we use Cargo.lock exclusively) +package-lock.json + +# These are backup files generated by the editor +*.swp +*.swo +*~ + +# IDE files +.idea/ +.vscode/ +*.code-workspace + +# OS files +.DS_Store +Thumbs.db + +# Test artifacts +coverage/ +*.lcov +htmlcov/ + +# Local vault files (contain sensitive data) +~/.config/api-token-vault/