# Local working context
_local/

# Python
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Packaging
build/
dist/
*.egg-info/

# Editors and OS
.vscode/
.idea/
.DS_Store
Thumbs.db
