__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.eggs/

.venv/
venv/
.python-version.local

.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

.idea/
.vscode/
.DS_Store
