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

# Local / IDE
.venv/
venv/
.env
.idea/
.vscode/
.DS_Store

# pytest temp dirs
pytest-cache-files-*/

# Local derivation downloads (UCSC chain, CHM13 dbSNP VCF)
/data/

# Example run outputs
examples/out/

# Zensical site build
site/
