__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.*
!.env.example
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.log
.DS_Store
results/*/
!results/.gitkeep
node_modules/
.idea/
.vscode/
.claude/
uv.lock
memtrust-report-*.json

# Locally-downloaded uv binaries staged into the npm platform packages
# before `npm publish` -- real binaries, ~50-70MB each across 6 platforms,
# never meant to be committed or swept into the Python sdist. See
# npm/platforms/*/README.md for how each one is populated at publish time.
npm/platforms/*/bin/
