# Local environments, credentials and editor preferences
.venv/
.env
.env.*
.vscode/
.idea/

# Python/build/test artifacts
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
build/
dist/
