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

# uv virtual environment
.venv/

# Local credentials and environment
.env
.env.*
*.json
!pyproject.toml
!uv.lock
# Versioned test fixtures and inventories.
!tests/fixtures/ga4datactl/**/*.json
!tests/data/gtmctl/upstream-inventory.json

/.worktrees/
