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

# Local credentials dumped by the makea-collection-upload skill workflow —
# the skill writes Makea JWTs here to pass into the Claude Code sandbox.
# Must never be committed.
creds_*.json

# Packaged skill bundles (zip). Sources live under .claude/skills/ or
# co-located dirs (e.g. makea-collection-upload/); the .skill artifact is a
# build output meant for distribution, not for the repo.
*.skill

# Claude Code per-session git worktrees.
.claude/worktrees/

# Random-name temp drop from sandbox uploads (e.g. zi1zLQLi).
zi1zLQLi
