# Reference books and notebooks (large non-source files)
hlm/

# Build / dist artifacts
dist/
build/
*.egg-info/

# Virtual environments
.venv/
venv/

# Caches
__pycache__/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Docs build output
docs/_build/
docs/build/

# Beads / Dolt
.beads/
.dolt/

# Jupyter checkpoints
.ipynb_checkpoints/

# macOS
.DS_Store

# Node
node_modules/
