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

# Build artifacts
build/
dist/

# Virtual envs
.venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Secrets — never commit service account keys
*.json
!**/secret-payload.example.json
