*.pyc
*.DS_Store

.vscode/

__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.eggs/
.venv/
venv/
pypi.*