# Secrets — never commit
.env
.env.local
*.pem
*.key
config.yaml
config.local.yaml

# PSBTs that might hold real tx data
fixtures/*.psbt
fixtures/*.tx
!fixtures/README.md

# Signed output
signed/
*_signed.psbt
*_signed.tx

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.vscode/
.idea/
*.swp
.DS_Store

# Local working dirs
tmp/
scratch/
