.venv/
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store
.env
.idea/
.vscode/
dist/
build/
*.egg-info/

