# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# venv / tooling
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
# mkdocs
site/
# OS / editor
.DS_Store
