# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Generated at release time by git-cliff; lives only in GitHub Releases
CHANGELOG.md
site/
