# venv / build artifacts
.venv/
__pycache__/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.lycheecache

# SECRETS — never commit keys, seeds or the encrypted keystore.
# Patterns target runtime data only, not source modules (e.g. keystore.py).
*.wif
*.secret
*.keystore
/keystore.json
/mnemonic.txt
.swapsack/

# Live mainnet session logs (scripts/live-log.sh writes here by default).
# Not key material, but full unredacted output: addresses, amounts, txids —
# i.e. a real wallet's history. Publishing one is a deliberate act (the
# committed docs/live-session-*.md came from a throwaway wallet), so the
# default location stays untracked rather than one `git add -A` from public.
/live-sessions/

# generated by hatch-vcs
src/swapsack/_version.py
