# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# packaging
/build/
/dist/
*.spec.bak

# Claude Code scratch. A git worktree must never be committed into its own repo.
.claude/worktrees/

# scripts/verify-linux.sh writes its log into the repo root; the tree has to be
# clean at tag time.
verify-linux-*.log
