# Virtual environments
.venv/
venv/
env/

# Byte-compiled / caches
__pycache__/
*.py[cod]
*$py.class

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# The rendered documentation site (mkdocs.yml's site_dir); built in CI, never committed
site/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/

# Coverage
.coverage
.coverage.*
coverage.xml
coverage.json
htmlcov/

# Environment
.env

# ── Project-specific ──
# local scratch
temp.md

# local run output, never part of a commit
.pipeline-out/