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

# Virtual envs
.venv/
.venv-*/
venv/

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

# OS / editor
.DS_Store
.vscode/
.idea/

# Local scratch
scratch/

# Project secrets
.env
.env.local

# Wallet keystores (never commit, even encrypted)
.studio/wallets/
*.keystore.json

# Audit log (per-project; ADR #37 T37.9)
.studio/audit-log.jsonl
