Ferrit Explore
中文·繁體·EN·日本語 Sign in Register
cielxl / veld / .gitignore
# Rust build artifacts
/target

# Release artifacts — distribute these via GitHub Releases, not git
/release

# Node helper dependencies (local dev/deploy scripts only)
/node_modules
package.json
package-lock.json

# Runtime state
/logs
*.pid

# Logs
*.log

# TLS material — NEVER commit private keys / certificates
/certs
*.pem
*.key
*.crt
*.csr

# Local SSH / deploy / test-harness tooling (may contain credentials).
# Clean, secret-free versions live in benchmarks/ and examples/.
/scripts/
ssh.js
ssh_exec.js
ssh_helper.js
upload.js

# Report build intermediates (the PDF and HTML are kept)
report/preview.png

# Editor / OS noise
.DS_Store
.vscode/
.idea/
*.swp