__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
.coverage
htmlcov/

# Local DataHub quickstart state
datahub/
datahub-output.json

# Co-located clones / IDE state — never part of this package
arraylake/
.claude/

# Generated by hatch-vcs at build time
src/arraylake_datahub/_version.py
