# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# uv-managed virtual environment
.venv/

# The pyDelPhi virtual environment, per README "Install". 182 MB of somebody
# else's interpreter, and it lives in the repo root because that is where the
# README tells you to put it. Untracked but not ignored, it was swept into the
# 0.1.0 sdist by hatchling and made the build fail on its own artifact.
.pydelphi/

# Tool caches.
.mypy_cache/
.pytest_cache/
.ruff_cache/

# APBS scratch (written to cwd on every invocation, including --version)
io.mc

# Solve artifacts: sashimi writes maps next to the PQR by default, so running
# anything against a fixture drops megabytes into tests/data.
tests/data/potential-*.dx

# macOS Finder metadata. Committed twice on 2026-08-22 by a `git add -A` in a
# repository that had no rule against it and no hook that would notice — see the
# commit removing them. Binary, machine-specific, and useless to every consumer.
.DS_Store
