__pycache__/
*.py[cod]
*.so

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

.venv/
venv/
env/
.env
.envrc

build/
dist/
*.egg-info/

.DS_Store
.idea/
.vscode/
