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

# Environments
.env
.venv/
venv/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store

# Internal docs (not for public repo)
ENDPOINTS.md
