# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# docs build
site/
.cache/

# envs
.venv/
venv/
env/

# OS
Thumbs.db
.DS_Store

# accidental nested clone
examples/genoselect/
