__pycache__/
*.py[cod]
*$py.class

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

.venv/
venv/
env/

build/
dist/
*.egg-info/

.DS_Store
.vscode