__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ipynb_checkpoints/
build/
dist/
.coverage
htmlcov/
.venv/
venv/
src/pyena/_version.py

# Working notebooks (development history; not for distribution)
notebooks/
