# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

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

# Local state
.mycontextlayer/
*.kuzu/
*.sqlite
