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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# OS
.DS_Store

# OpenPod local libraries created while developing/testing
.openpod/

# Never commit internal strategy docs into the public repo
/Docs/
