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

# compiled Triangle binary (built by hatch_build.py at wheel time)
src/landlab_triangle/_triangle_bin/

# build output
dist/
dist_test*/

# Python caches
__pycache__/
*.pyc
.pytest_cache/

# Claude Code local instructions
CLAUDE.md
