# Python caches
__pycache__/
*.py[cod]

# Test and coverage artefacts
.pytest_cache/
.coverage
htmlcov/

# Build and packaging outputs
build/
dist/
*.egg-info/

# Local environments and tool caches
.venv/
venv/
.mypy_cache/
.ruff_cache/
.tox/

# OS and editor files
.DS_Store
Thumbs.db
.vscode/
.idea/

# Generated documentation artefacts
generated/*
!generated/.gitkeep
