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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Riposte runtime artifacts (must never be committed)
*.db
*.db-wal
*.db-shm
audit/*.jsonl
audit_log.jsonl
*.anchor
artifacts/
runs/
# RIP-501: ephemeral demo fixtures regenerated by scripts/demo_local.sh on every run
.demo-local.*
*.roe.sig
.secrets/
.env

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
