# ignore python artifacts
.venv
.pytest_cache
__pycache__
dotfiles/_version.py

# Ignore mypy and ruff caches
.mypy_cache
.ruff_cache

# MacOS
.DS_Store