- Add scripts/update-cli-suite.sh for Manjaro/Arch CLI tool maintenance - Update .gitignore: add logs/ and docs/tech/capabilities/ exclusions - Update CHANGELOG.md with 2026-04-02 NVMe benchmark + firmware work - Update NEXT_STEPS.md: post-reboot verification tasks for GXA7801Q
36 lines
375 B
Plaintext
36 lines
375 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
credentials.json
|
|
ansible/vault_password
|
|
|
|
# Local Cline rules
|
|
CLAUDE.local.md
|
|
.clinerules/local.md
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
.rlm/logs/
|
|
|
|
# Auto-generated capability discovery
|
|
docs/tech/capabilities/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
|
|
# Infrastructure
|
|
.terraform/
|
|
*.tfstate*
|
|
|
|
# AI Agent memory
|
|
.junie/
|