# Python
dist/
*.egg-info/
.mypy_cache/
__pycache__/
.pytest_cache/
.ropeproject/

# Poetry
poetry.lock

# Sphinx Documention
docs/_build/
docs/*.rst

# Visual Studio Code
*.code-workspace
