chore: exclude .windsurf, test-results, wallet files from git tracking

This commit is contained in:
oib
2026-02-11 21:06:40 +01:00
parent a9f9003ad1
commit 6fcc573db7
30 changed files with 19 additions and 3894 deletions

19
.gitignore vendored
View File

@@ -124,6 +124,25 @@ temp/
*.bak
*.backup
# ===================
# Windsurf IDE
# ===================
.windsurf/
.snapshots/
# ===================
# Test Results & Artifacts
# ===================
test-results/
**/test-results/
# ===================
# Wallet files (contain keys/balances)
# ===================
home/client/client_wallet.json
home/genesis_wallet.json
home/miner/miner_wallet.json
# ===================
# Project Specific
# ===================