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

# venv
.venv

# doc generated
docs/_build
docs/gen

# vscode
.vscode/
*.code-workspace

# mac
.DS_Store

# coverage reports
.coverage
.coverage.*
htmlcov/

# pytest cache
.pytest_cache

# Jupyter Notebook
.ipynb_checkpoints

# ruff cache
.ruff_cache/
