# Local scratch/internal notes
scratchpad/
internal_docs/

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

# Virtualenvs / uv
.venv/
.python-version

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tooling
.mypy_cache/
.ruff_cache/
.cache/

# Docs site build artifacts
docs-site/node_modules/
docs-site/.next/
docs-site/out/

# Playground (Vercel) build artifacts
playground/node_modules/
playground/.next/
playground/out/

# OS
.DS_Store
.lumyn/
.smoke_final/

# Secrets / local env (never commit)
.env
.env.*
*.local
