.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.snakemake/
runs/
*.traj
*.log
!examples/*.log
.uv/
build/
dist/
.venv-*/

# Claude Code: keep personal/local overrides out of the repo
.claude/settings.local.json
