# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.pytest_cache

# Jupyter Notebook
.ipynb_checkpoints
notebooks/

site/

.coverage

htmlcov/
.ruff_cache/