Update .gitignore to include additional ignored files

- Added 'images/' to the ignore list to prevent tracking of image files.
- Retained existing entries for private keys and CLI config to maintain security and privacy.
This commit is contained in:
teknium1
2026-02-01 01:33:59 -08:00
parent 8f5f99c22a
commit 9c8d707530

17
.gitignore vendored
View File

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