# Ignore distribution archives
build
dist
*.egg-info
*.eggs

# Ignore cache
*.pyc
**/__pycache__
.mypy_cache

# Ignore tox workspace
.tox
