Update .gitignore to include private keys and CLI config

- Added patterns to ignore private key files (*.ppk, *.pem) and any files starting with 'privvy'.
- Included cli-config.yaml in the ignore list to prevent sensitive SSH paths from being tracked.
This commit is contained in:
teknium 2026-01-31 06:28:39 +00:00
parent 4b68d30b0e
commit 8e986584f4

9
.gitignore vendored
View file

@ -33,4 +33,11 @@ run_datagen_megascience_glm4-6.sh
data/*
node_modules/
browser-use/
agent-browser/
agent-browser/
# Private keys
*.ppk
*.pem
privvy*
# CLI config (may contain sensitive SSH paths)
cli-config.yaml