# Byte-compiled / cache
__pycache__/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Coverage
.coverage
htmlcov/

# Environments
.venv/
.tox/

# Editors
.idea/
.vscode/
dist