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

# Virtualenvs
.venv/
venv/

# Secrets — the buyer wallet key lives here, never commit it
.env
.env.*
!.env.example
*.key
*.pem

# OS / editors
.DS_Store
.vscode/
.idea/
