# ── Q2MM runtime artifacts ──────────────────────────────────
timer.dat
root.log

# ── Generated Psi4 logs (large, regenerated by generate_qm_data.py) ──
examples/sn2-test/qm-reference/psi4-output*.dat

# ── Python ──────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.manifest
*.spec
.installed.cfg
MANIFEST

# ── Virtual environments ───────────────────────────────────
.env
.venv
env/
venv/
ENV/

# ── Testing / coverage ────────────────────────────────────
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
.tox/
.nox/
.hypothesis/

# ── Type checking ─────────────────────────────────────────
.mypy_cache/
.dmypy.json
.pyre/

# ── Editors / IDEs ────────────────────────────────────────
.idea/
*.swp
*.swo
*~

# ── OS files ──────────────────────────────────────────────
.DS_Store
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

# ── MkDocs ────────────────────────────────────────────────
/site/

# ── Jupyter ───────────────────────────────────────────────
.ipynb_checkpoints/
