- Always log HTTP status code and response body from welist (info level) - Log send_stats_report errors at call site instead of silently discarding - Add 10s timeout to reqwest client to prevent indefinite hangs - Apply clippy fixes (is_empty, if-let chains, dead_code, etc.)
39 lines
505 B
Plaintext
39 lines
505 B
Plaintext
.gitsecret/keys/random_seed
|
|
!*.secret
|
|
|
|
# Environment files - NEVER commit tokens or secrets
|
|
*.env
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.secret
|
|
|
|
|
|
# Private keys - NEVER commit to git
|
|
# Only public_key.pem should be tracked (if needed)
|
|
*.pem
|
|
!public_key.pem
|
|
data/*.pem
|
|
!data/public_key.pem
|
|
*.key
|
|
!*.secret
|
|
private_key.pem
|
|
privkey.pem
|
|
ec.key
|
|
chiave_privata.key
|
|
|
|
# Other sensitive files
|
|
bal.db
|
|
.bal.db
|
|
download_bal_db.sh
|
|
|
|
# IDE files
|
|
*.swp
|
|
*.swo
|
|
# Rust build artifacts
|
|
/target
|
|
Cargo.lock
|
|
!lib/
|
|
!contrib/
|
|
!src/
|