# Wallets & clés privées
*.pem
wallet-*.json

# Build artifacts
target/
output/
node_modules/
.next/

# Environnement
.env
testnet.env
*.env.local

# Python
__pycache__/
*.pyc
.venv/

# OS
.DS_Store
Thumbs.db
