__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/

build/
dist/

.venv/
venv/
env/

.idea/
.vscode/
.DS_Store

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