__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/

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

.idea/
.vscode/
.DS_Store
