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

# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Secrets — issuer private key must NEVER be committed or shipped in the wheel
*_private_key*

# Local data / artifacts
*.sqlite
*.sqlite-wal
*.sqlite-shm
*.db
.proofshift/
reports/

# OS
.DS_Store
