# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/

# Local environment and secrets
.env
.env.*
!.env.example
*.pem
*.key

# Editors and operating systems
.vscode/
.idea/
.DS_Store
Thumbs.db

# Temporary and log files
*.tmp
*.log

# Local Ghaymah CLI configuration may contain account or deployment metadata.
.ghaymah.json
