# Directories.

*.egg-info/

.pytest_cache/
.venv/
.ruff_cache/
.tox/
.uv-cache/

__pycache__/
attic/
build/
dist/

# Files.

*.history*
*.log*
*.py[cdoz]
*.sw*

.coverage
.python-version

/help
