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

# uv virtual environment
.venv/

# Local credentials and environment
.env
.env.*
*.json
!pyproject.toml
!uv.lock
# Versioned GA4 request/response fixtures are part of the CLI contract.
!docs/specification/v1/ga4datactl/fixtures/**/*.json

/.worktrees/
