.DS_store

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
src/jamb/_version.py
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache/

# Virtual environments
.venv

# Sphinx build output
docs/_build/
