# macOS and local scratch
.DS_Store
.temp.nosync/
.worktrees/

# Python bytecode/cache
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# Local connection files and Oracle wallets are sensitive runtime material.
connections/*
!connections/.gitkeep
!connections/wallets/
connections/wallets/*
!connections/wallets/.gitkeep
