# .git/

build
dist
tools
*.egg-info
*.egg/
*.pyc
*.swp

.tox
.pytest_cache
.ruff_cache
.coverage
html/*
__pycache__

# Compiled Documentation
docs/_build
