.history/

__pycache__/
*.pyc
*.pyo
*.pyd

venv/
env/
env.bak/
env1/
env2/
.env

.vscode/
*.code-workspace

build/
dist/
*.egg-info/
*.egg

test-reports/
.coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Smoke test outputs (generated by tests/smoke/run.sh from the bundled
# fixtures; safe to ignore if someone runs smoke from a clone).
tests/smoke/test[0-9]*/
tests/smoke/test*.out
tests/smoke/test_*/
tests/smoke/result_*/
tests/smoke/internal_coords.log
tests/smoke/*_smoke.pdb
tests/smoke/*_smoke_refactor.pdb
tests/smoke/test_*.png
tests/smoke/pocket_r.pdb
tests/smoke/r_complex_layered.pdb
tests/smoke/r_complex_elem.pdb
tests/smoke/r_complex_fixalt.pdb

mlmm/_version.py

# Sphinx documentation
docs/_build/
docs/_static/*.css.map
docs/_static/*.js.map
docs/_autosummary/
docs/.myst_cache/
docs/.ipynb_checkpoints/

*.bak
*.swp
*.tmp
*.tmp.*
*~

PLAN.md

# hessian_ff build artifacts
hessian_ff/native/.build_*/

optimizer.log
pysisyphus.log
dimer.log

# release-process scratch — not distributed in the repo
RELEASE_NOTES*
