__pycache__/
*.pyc
.pytest_cache/
tests/__pycache__/

# Build output
dist/
node_modules/

# Test artifacts
.test-*-ledgers/
.test-ledgers/
ledgers/

# Runtime workspace
.aep/

# Secrets
.env
.env.*
*.key
*.pem
*.secret
