# Python
**/__pycache__/
*.py[cod]
*.egg
*.egg-info/
dist/
build/

# VS Code / PyCharm
.idea/
.vscode/

# Keys and sensitive
*.pem
*.key
*.pub
validator_key*
mint_key*

# Logs
*.log

# Poetry
poetry.lock

# Environment
.env

# Test data
blockchain
transactions
