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

# Virtual envs / uv
.venv/
.uv/

# Test / coverage / type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Secrets / local env
.env
*.env
.pypirc

# Editor / OS
.idea/
.vscode/
.DS_Store

# Vendored API spec (not part of the package)
Download
