# Build and test results
build
test-results

# Node artifacts
node_modules

# Coverage
.coverage

# TODO: these are tmp files generated by unit tests. They should go to the /tmp directory.
<MagicMock*

dist
.ruff_cache
.mypy_cache
.venv
.pytest_cache
.idea
.vscode
**/__pycache__
.tmp

# ASDF tool versions files
.tool-versions

# Notes
/thoughts
