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

# Environments / tooling
.venv/
.env
.python-version.local

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# Local GitHub Pages / Jekyll build artifacts (the site builds on GitHub;
# `_config.yml` is the only tracked Pages input).
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
