.venv/
**/.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/
**/.dlt/.var/
**/.dlt/data/
**/.dlt/state/
**/_local/

# Example workspaces created for testing
examples/

src/create_dlthub_workspace/_telemetry_key.py

# Local release envs loaded by the Makefile
.make.env
