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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.coverage
htmlcov/

# Local runtime state and secrets — never commit
.secondsign/
*.db
*.sqlite
*.sqlite3
*.key
.env
.env.*
secrets/

# On-chain verification workspace — build output and pinned dependency tree.
# `package-lock.json` is committed; what it resolves to is not.
onchain/node_modules/
onchain/out/
onchain/cache/
onchain/broadcast/

# Editor / OS
.DS_Store
.idea/
.vscode/
