# pixi environments
.pixi/*
!.pixi/config.toml

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

# Build artifacts
build/
dist/
coverage-report/
htmlcov/
.coverage

# Snakemake
.snakemake/

# Sandbox
sandbox/
