.venv/
venv/
.git/
__pycache__/
*.py[cod]
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
tests/
.github/
*.md
!README.md
.idea/
.vscode/
