# Pezkuwi Beta Testnet Config - Git Ignore # Chain data (large and dynamic) chain-data/ /tmp/ # Log files *.log # PID files *.pid # Seed phrases and private keys (NEVER commit these!) *seed*.txt *phrase*.txt *private*.txt keys/validator-*-seed.txt # Binaries (too large for git) *.bin pezkuwi pezkuwi-binary # Backup files *.bak *.backup *~ # OS files .DS_Store Thumbs.db # Editor files .vscode/ .idea/ *.swp *.swo