__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.mypy_cache/
*.egg

# Local scratch / playground notebooks; may contain secrets.
playground.ipynb
output/
output2/

# Local secrets (release token for scripts/release.sh, etc.)
.env
