# Python bytecode
__pycache__/
*.py[cod]

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

# Virtual environments
.venv/
venv/
env/

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Type-checking caches
.mypy_cache/
.ruff_cache/

# Generated example fixture files
examples/_temp_data

*-checkpoint*

# MkDocs build output
site/
